Click or drag to resize
CqlOperatorSubstractAssign Method
Overload List
  NameDescription
Public methodStatic memberSubstractAssignT(T)
Represents the CQL operator to remove an item from lists and sets (col1 = col1 - ?).
Public methodStatic memberSubstractAssignTKey, TValue(DictionaryTKey, TValue, TKey)
Represents the CQL operator to remove an item from a map (col1 = col1 - ?).
Public methodStatic memberSubstractAssignTKey, TValue(IDictionaryTKey, TValue, TKey)
Represents the CQL operator to remove an item from a map (col1 = col1 - ?).
Public methodStatic memberSubstractAssignTKey, TValue(SortedDictionaryTKey, TValue, TKey)
Represents the CQL operator to remove an item from a map (col1 = col1 - ?).
Top
See Also