Click or drag to resize
CqlOperator.SubstractAssign Method
Overload List
  NameDescription
Public methodStatic memberSubstractAssign<T>(T)
Represents the CQL operator to remove an item from lists and sets (col1 = col1 - ?).
Public methodStatic memberSubstractAssign<TKey, TValue>(Dictionary<TKey, TValue>,TKey[])
Represents the CQL operator to remove an item from a map (col1 = col1 - ?).
Public methodStatic memberSubstractAssign<TKey, TValue>(IDictionary<TKey, TValue>,TKey[])
Represents the CQL operator to remove an item from a map (col1 = col1 - ?).
Public methodStatic memberSubstractAssign<TKey, TValue>(SortedDictionary<TKey, TValue>,TKey[])
Represents the CQL operator to remove an item from a map (col1 = col1 - ?).
Top
See Also