CqlOperatorSubstractAssignT Method (T) |
Represents the CQL operator to remove an item from lists and sets (col1 = col1 - ?).
Namespace: Dse.Data.LinqAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntax public static T SubstractAssign<T>(
T value
)
where T : IEnumerable
Parameters
- value
- Type: T
Type Parameters
- T
Return Value
Type:
TSee Also