Click or drag to resize

MapperFetchPageAsyncT Method (Cql)

Gets a paged list of T results from Cassandra. Suitable for manually page through all the results of a query.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Task<IPage<T>> FetchPageAsync<T>(
	Cql cql
)

Parameters

cql
Type: Dse.MappingCql

Type Parameters

T

Return Value

Type: TaskIPageT

Implements

ICqlQueryAsyncClientFetchPageAsyncT(Cql)
See Also