Click or drag to resize

CqlQueryOptionsSetPagingState Method

Sets the token representing the page state for the query. Use null to get the first page of results.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public CqlQueryOptions SetPagingState(
	byte[] pagingState
)

Parameters

pagingState
Type: SystemByte

Return Value

Type: CqlQueryOptions
See Also