This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGeoDataServer Interface > IGeoDataServer.GetNextResultPortion Method (ArcObjects .NET 10.4 SDK) |
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,
IGDSQueryResultPortion** resultPortion
);
[C++]
Parameters desiredRange [in]
desiredRange is a parameter of type IResultPortionInfo resultPortion [out, retval]
resultPortion is a parameter of type IGDSQueryResultPortion
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.