Click or drag to resize

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
C#
public Task<IPage<TEntity>> ExecutePagedAsync()

Return Value

Type: TaskIPageTEntity
See Also