Click or drag to resize
ICqlQueryClientFetchPageT Method (Cql)
Gets a paged list of T results from Cassandra. Suitable for manually page through all the results of a query.

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
IPage<T> FetchPage<T>(
	Cql cql
)

Parameters

cql
Type: Cassandra.MappingCql

Type Parameters

T

Return Value

Type: IPageT
See Also