CqlOperatorAppendT Method |
Represents the CQL add assign (+=) operator for collections
Namespace: Cassandra.Data.LinqAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public static T Append<T>(
T value
)
where T : IEnumerable
Parameters
- value
- Type: T
Type Parameters
- T
Return Value
Type:
TSee Also