Click or drag to resize

CqlQueryBaseTEntity Methods

The CqlQueryBaseTEntity generic type exposes the following members.

Methods
  NameDescription
Public methodBeginExecute
Public methodEndExecute
Public methodExecute
Evaluates the Linq query, executes the cql statement and adapts the results.
Public methodExecute(String)
Evaluates the Linq query, executes the cql statement with the provided execution profile and adapts the results.
Public methodExecuteAsync
Evaluates the Linq query, executes asynchronously the cql statement and adapts the results.
Public methodExecuteAsync(String)
Evaluates the Linq query, executes asynchronously the cql statement with the provided execution profile and adapts the results.
Public methodGetTable
Top
See Also