Click or drag to resize
MapperFetchPageT Method (Int32, Byte, String, Object)

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public IPage<T> FetchPage<T>(
	int pageSize,
	byte[] pagingState,
	string cql,
	params Object[] args
)

Parameters

pageSize
Type: SystemInt32
pagingState
Type: SystemByte
cql
Type: SystemString
args
Type: SystemObject

Type Parameters

T

Return Value

Type: IPageT

Implements

ICqlQueryClientFetchPageT(Int32, Byte, String, Object)
See Also