Click or drag to resize

CqlOperatorSubstractAssignT Method (T)

Represents the CQL operator to remove an item from lists and sets (col1 = col1 - ?).

Namespace:  Cassandra.Data.Linq
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public static T SubstractAssign<T>(
	T value
)
where T : IEnumerable

Parameters

value
Type: T

Type Parameters

T

Return Value

Type: T
See Also