CqlOperator Class |
Namespace: Cassandra.Data.Linq
public sealed class CqlOperator
The CqlOperator type exposes the following members.
Name | Description | |
---|---|---|
CqlOperator | Initializes a new instance of the CqlOperator class |
Name | Description | |
---|---|---|
AppendT |
Represents the CQL add assign (+=) operator for collections
| |
PrependT |
Represents the CQL prepend operator for collections (col1 = ? + col1)
| |
SubstractAssignT |
Represents the CQL remove item operator for collections (col1 = col1 - ?)
|