GeoData service GetNextResultPortion method
Gets the next portion of the results.
GetNextResultPortion(ResultPortionInfo DesiredRange)
Parameter |
Description |
---|---|
DesiredRange |
The IGeoDataServer.TableSearch method returns results in groups of records. The DesiredRange defines the records to retrieve for one of these groups. See IResultPortionInfo for more information. |
Return Value
A GDSQueryResultPortion object.
Remarks
This method returns a chunk of records for a query.
10/23/2013