CqlQueryBaseTEntity Class |
Namespace: Cassandra.Data.Linq
The CqlQueryBaseTEntity type exposes the following members.
Name | Description | |
---|---|---|
ElementType | ||
Expression | ||
Keyspace |
Returns the keyspace this query operates on.
(Overrides StatementKeyspace.)Note that not all Statement implementations specify on which keyspace they operate on so this method can return null. If null, it will operate on the default keyspace set during initialization (if it was set). The keyspace returned is used as a hint for token-aware routing. | |
QueryTrace |
After being executed, it retrieves the trace of the CQL query.
Use EnableTracing(Boolean) to enable tracing. Note that enabling query trace introduces server-side overhead by storing request information, so it's recommended that you only enable query tracing when trying to identify possible issues / debugging. | |
RoutingKey | (Overrides StatementRoutingKey.) |
Name | Description | |
---|---|---|
BeginExecute | ||
EndExecute | ||
Execute |
Evaluates the Linq query, executes the cql statement and adapts the results.
| |
Execute(String) |
Evaluates the Linq query, executes the cql statement with the provided execution profile and adapts the results.
| |
ExecuteAsync |
Evaluates the Linq query, executes asynchronously the cql statement and adapts the results.
| |
ExecuteAsync(String) |
Evaluates the Linq query, executes asynchronously the cql statement with the provided execution profile
and adapts the results.
| |
GetTable |