CqlConditionalCommandTEntity Class | 
Namespace: Cassandra.Data.Linq
The CqlConditionalCommandTEntity type exposes the following members.
| Name | Description | |
|---|---|---|
| Execute | 
            Executes a conditional query and returns information whether it was applied.
              | |
| Execute(String) | 
            Executes a conditional query with the provided execution profile and returns information whether it was applied.
              | |
| ExecuteAsync | 
            Asynchronously executes a conditional query and returns information whether it was applied.
              | |
| ExecuteAsync(String) | 
            Asynchronously executes a conditional query with the provided execution profile and returns information whether it was applied.
              | |
| SetConsistencyLevel | ||
| 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.
              | |
| ToString | 
            Generates and returns the Cql query
              (Overrides RegularStatementToString.) |