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 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
See Also