This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IQ > IQueryFilterDefinition3 Interface > IQueryFilterDefinition3.GetPaginationClause Method (ArcObjects .NET 10.4 SDK) |
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(
long* offset,
long* RowCount
);
[C++]
Parameters offset [out] offset is a parameter of type long RowCount [out] RowCount is a parameter of type long