This document is archived and information here might be outdated.  Recommended version.


IGeoDataServer.GetNextResultPortion Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGeoDataServer Interface > IGeoDataServer.GetNextResultPortion Method
ArcGIS Developer Help

IGeoDataServer.GetNextResultPortion Method

Gets the next portion of the results.

[Visual Basic .NET]
Public Function GetNextResultPortion ( _
    ByVal desiredRange As IResultPortionInfo _
) As IGDSQueryResultPortion
[C#]
public IGDSQueryResultPortion GetNextResultPortion (
    IResultPortionInfo desiredRange
);
[C++]
HRESULT GetNextResultPortion(
  IResultPortionInfo* desiredRange
);
[C++]
Parameters
desiredRange [in]

desiredRange is a parameter of type IResultPortionInfo*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The GetNextResultPortion method is used to query table and feature classes.  This method is used to get additional records after the initial query has been performed using the IGeoDataServer::TableSearch method. 

See Also

IGeoDataServer Interface