Click or drag to resize
CqlQueryBaseTEntityExecuteAsync Method
Evaluates the Linq query, executes asynchronously the cql statement and adapts the results.

Namespace: Dse.Data.Linq
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public Task<IEnumerable<TEntity>> ExecuteAsync()

Return Value

Type: TaskIEnumerableTEntity
See Also