Click or drag to resize
Cql Class
Represents a CQL statement and its arguments.
Inheritance Hierarchy
SystemObject
  Cassandra.MappingCql

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public class Cql

The Cql type exposes the following members.

Constructors
  NameDescription
Public methodCql
Creates a new Cql instance using the CQL string and bind variable values specified.
Top
Methods
  NameDescription
Public methodStatic memberNew
Creates a new CQL instance from the CQL statement and parameters specified.
Public methodWithOptions
Configures any options for execution of this Cql instance.
Top
Properties
  NameDescription
Public propertyArguments
Any bind variable values for the CQL string.
Public propertyStatement
The CQL string.
Top
See Also