CqlCommand Class |
Namespace: Cassandra.Data.Linq
public abstract class CqlCommand : SimpleStatement
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 | ||
GetTable | ||
SetConsistencyLevel | ||
SetQueryTrace | ||
SetSerialConsistencyLevel | ||
SetTimestamp | ||
SetTTL |
Sets the time for data in a column to expire (TTL) for INSERT and UPDATE commands .
|
Name | Description | |
---|---|---|
Expression | ||
QueryString |
Gets the query string.
(Overrides SimpleStatementQueryString.) | |
QueryTrace | ||
QueryValues | (Overrides StatementQueryValues.) |