CqlQueryBaseTEntity Methods |
The CqlQueryBaseTEntity generic type exposes the following members.
| 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 |