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