Click or drag to resize
ICqlQueryClient.FetchPage<T> Method (CqlQueryOptions)
Gets a paged list of T results from Cassandra using the CQL statement specified. Suitable for manually page through all the results of a query.

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.1.0
Syntax
C#
IPage<T> FetchPage<T>(
	CqlQueryOptions queryOptions = null
)

Parameters

queryOptions (Optional)
Type: Cassandra.Mapping.CqlQueryOptions

Type Parameters

T

Return Value

Type: IPage<T>
See Also