CqlQueryTEntityExecutePagedAsync Method |
Asynchronously executes the query and returns a task of a page of results
Namespace:
Dse.Data.Linq
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax public Task<IPage<TEntity>> ExecutePagedAsync()
Return Value
Type:
TaskIPageTEntitySee Also