Click or drag to resize
ICqlQueryClient.FetchPage<T> 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.5.0
Syntax
C#
IPage<T> FetchPage<T>(
	Cql cql
)

Parameters

cql
Type: Dse.Mapping.Cql

Type Parameters

T

Return Value

Type: IPage<T>
See Also