CqlOperator Class |
Namespace: Dse.Data.Linq
public static class CqlOperator
The CqlOperator type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AppendT |
Represents the CQL add assign (+=) operator for collections
|
![]() ![]() | PrependT |
Represents the CQL prepend operator for collections (col1 = ? + col1)
|
![]() ![]() | SubstractAssignT(T) |
Represents the CQL operator to remove an item from lists and sets (col1 = col1 - ?).
|
![]() ![]() | SubstractAssignTKey, TValue(DictionaryTKey, TValue, TKey) |
Represents the CQL operator to remove an item from a map (col1 = col1 - ?).
|
![]() ![]() | SubstractAssignTKey, TValue(IDictionaryTKey, TValue, TKey) |
Represents the CQL operator to remove an item from a map (col1 = col1 - ?).
|
![]() ![]() | SubstractAssignTKey, TValue(SortedDictionaryTKey, TValue, TKey) |
Represents the CQL operator to remove an item from a map (col1 = col1 - ?).
|