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

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.0.0.0
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberNew
Creates a new CQL instance from the CQL statement and parameters specified.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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