This document is archived and information here might be outdated. Recommended version. |
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*
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.