Click or drag to resize

CqlCommand Methods

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 methodExecute(String)
Executes the command using the ISession with the provided execution profile.
Public methodExecuteAsync
Evaluates the Linq command and executes asynchronously the cql statement.
Public methodExecuteAsync(String)
Evaluates the Linq command and executes asynchronously the cql statement with the provided execution profile.
Public methodGetTable
Public methodSetConsistencyLevel
Public methodSetQueryTrace
Public methodSetSerialConsistencyLevel
Public methodSetTimestamp
Sets the timestamp associated with this statement execution.
Public methodSetTTL
Sets the time for data in a column to expire (TTL) for INSERT and UPDATE commands .
Top
See Also