Click or drag to resize

StatementPagingState Property

This object represents the next page to be fetched if the query is multi page. It can be saved and reused later on a different execution.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public byte[] PagingState { get; }

Property Value

Type: Byte

Implements

IStatementPagingState
See Also