CqlOperator Methods |
The CqlOperator type exposes the following members.
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 - ?)
|