Click or drag to resize

CqlCommand Class

Represents an CQL statement to execute against Cassandra
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Data.CommonDbCommand
        Dse.DataCqlCommand

Namespace:  Dse.Data
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public sealed class CqlCommand : DbCommand

The CqlCommand type exposes the following members.

Constructors
  NameDescription
Public methodCqlCommand
Initializes a new instance of the CqlCommand class
Top
Properties
  NameDescription
Public propertyCommandText
Gets or sets the text command to run against the data source.
(Overrides DbCommandCommandText.)
Public propertyCommandTimeout (Overrides DbCommandCommandTimeout.)
Public propertyCommandType (Overrides DbCommandCommandType.)
Public propertyConsistencyLevel
Gets or sets the ConsistencyLevel when executing the current CqlCommand.
Public propertyDesignTimeVisible (Overrides DbCommand.DesignTimeVisible.)
Public propertyIsPrepared
Gets whether this command has been prepared.
Public propertyParameters
Gets the CqlParameters.
Public propertyUpdatedRowSource (Overrides DbCommandUpdatedRowSource.)
Top
Methods
  NameDescription
Public methodCancel (Overrides DbCommandCancel.)
Public methodExecuteNonQuery (Overrides DbCommandExecuteNonQuery.)
Public methodExecuteScalar (Overrides DbCommandExecuteScalar.)
Public methodPrepare (Overrides DbCommandPrepare.)
Top
See Also