Click or drag to resize
RowSetPagingState Property
Gets or sets the paging state of the query for the RowSet. When set it states that there are more pages.

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

Property Value

Type: Byte
See Also