CqlOperator.SubstractAssign Method |
Name | Description | |
---|---|---|
SubstractAssign<T>(T) |
Represents the CQL operator to remove an item from lists and sets (col1 = col1 - ?).
| |
SubstractAssign<TKey, TValue>(Dictionary<TKey, TValue>,TKey[]) |
Represents the CQL operator to remove an item from a map (col1 = col1 - ?).
| |
SubstractAssign<TKey, TValue>(IDictionary<TKey, TValue>,TKey[]) |
Represents the CQL operator to remove an item from a map (col1 = col1 - ?).
| |
SubstractAssign<TKey, TValue>(SortedDictionary<TKey, TValue>,TKey[]) |
Represents the CQL operator to remove an item from a map (col1 = col1 - ?).
|