CqlOperatorPrependT Method  | 
 
            Represents the CQL prepend operator for collections (col1 = ? + col1)
            
 
    Namespace: 
   Cassandra.Data.Linq
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic static T Prepend<T>(
	T value
)
where T : IEnumerable
Parameters
- value
 - Type: T
 
Type Parameters
- T
 
Return Value
Type: 
T
See Also