This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IQ > IQueryFilterDefinition3 Interface > IQueryFilterDefinition3.SetPaginationClause Method (ArcObjects .NET 10.4 SDK) |
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