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