CqlOperatorSubstractAssignTKey, TValue Method (SortedDictionaryTKey, TValue, TKey) |
Represents the CQL operator to remove an item from a map (col1 = col1 - ?).
Namespace:
Dse.Data.Linq
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax public static SortedDictionary<TKey, TValue> SubstractAssign<TKey, TValue>(
this SortedDictionary<TKey, TValue> map,
params TKey[] value
)
Parameters
- map
- Type: System.Collections.GenericSortedDictionaryTKey, TValue
- value
- Type: TKey
Type Parameters
- TKey
- TValue
Return Value
Type:
SortedDictionaryTKey,
TValueUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
SortedDictionaryTKey,
TValue. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also