GDSQueryResultPortion

Contains the results of queries executed through a geodata service.

Property

Type

Description

RecordSet

RecordSet

The records corresponding to the query result portion.

ResultPortionInfo

ResultPortionInfo

Returns information about a result. For example, the TableSearch method for a geodata service returns ResultPortionInfo to describe information about rows returned from a query.

Remarks

The GDSQueryResultPortion contains the results of queries executed through a geodata service. The results include a RecordSet of the data returned as well as information such as the number of records returned. See the TableSearch and GetNextResultPortion for methods that return a GDSQueryResultPortion for geodata services.

2/28/2020