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


IGDSQueryResultPortion Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGDSQueryResultPortion Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

IGDSQueryResultPortion Interface

Provides access to elements of a result portion.

Product Availability

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

Members

Name Description
Read/write property Records The records corresponding to the query result portion.

CoClasses that implement IGDSQueryResultPortion

CoClasses and Classes Description
GDSQueryResultPortion An object used to return results of queries made against a GeoDataServer.

Remarks

The IGDSQueryResultPortion interface allows you to access the recordset returned from queries executed through a GeoDataServer.

.NET Related Topics

GeoData services