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