| CqlCommand Methods | 
The CqlCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginExecute | 
            Starts executing the statement async
              | |
| EndExecute | 
            Starts the async executing of the statement
              | |
| Execute | 
            Executes the command using the ISession.
              | |
| ExecuteAsync | 
            Evaluates the Linq command and executes asynchronously the cql statement.
              | |
| GetTable | ||
| SetConsistencyLevel | ||
| SetQueryTrace | ||
| SetSerialConsistencyLevel | ||
| SetTimestamp | 
            Sets the timestamp associated with this statement execution.
              | |
| SetTTL | 
            Sets the time for data in a column to expire (TTL) for INSERT and UPDATE commands .
              |