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
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
PrependT |
Represents the CQL prepend operator for collections (col1 = ? + col1)
| |
SubstractAssignT |
Represents the CQL remove item operator for collections (col1 = col1 - ?)
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |