Click or drag to resize

CqlQueryBase<TEntity>.ExecuteAsync Method

Overload List
  NameDescription
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.
Top
See Also