CqlQueryTEntityExecutePagedAsync Method |
Asynchronously executes the query and returns a task of a page of results
Namespace: Cassandra.Data.LinqAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public Task<IPage<TEntity>> ExecutePagedAsync()
Return Value
Type:
TaskIPageTEntitySee Also