Click or drag to resize
CqlCommand Class
Inheritance Hierarchy

Namespace: Cassandra.Data.Linq
Assembly: Cassandra (in Cassandra.dll) Version: 3.3.0
Syntax
C#
public abstract class CqlCommand : SimpleStatement

The CqlCommand type exposes the following members.

Methods
  NameDescription
Public methodBeginExecute
Starts executing the statement async
Public methodEndExecute
Starts the async executing of the statement
Public methodExecute
Executes the command using the ISession.
Public methodExecuteAsync
Public methodGetTable
Public methodSetConsistencyLevel
Public methodSetQueryTrace
Public methodSetSerialConsistencyLevel
Public methodSetTimestamp
Public methodSetTTL
Sets the time for data in a column to expire (TTL) for INSERT and UPDATE commands .
Top
Properties
See Also