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