Click or drag to resize
CqlConditionalCommandTEntity Methods

The CqlConditionalCommandTEntity generic type exposes the following members.

Methods
  NameDescription
Public methodExecute
Executes a conditional query and returns information whether it was applied.
Public methodExecuteAsync
Asynchronously executes a conditional query and returns information whether it was applied.
Public methodSetConsistencyLevel
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.
Public methodToString
Generates and returns the Cql query
(Overrides RegularStatementToString.)
Top
See Also