This document is archived and information here might be outdated. Recommended version. |
A clause that controls query pagination.
[Visual Basic .NET] Public Sub SetPaginationClause ( _ ByVal offset As Integer, _ ByVal RowCount As Integer _ )
[C#] public void SetPaginationClause ( int offset, int RowCount );
[C++]
HRESULT SetPaginationClause(
long offset,
long RowCount
);
[C++]
Parameters offset [in]
offset is a parameter of type long RowCount [in]
RowCount is a parameter of type long