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


IQueryResult Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IQ > IQueryResult Interface
ArcGIS Developer Help

IQueryResult Interface

Provides access to query results.

Product Availability

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

Members

Name Description
Read-only property MimeData Binary data representing requested query result.
Read-only property Object The Object representing the query result.
Read-only property URL The URL of the generated query result.

Classes that implement IQueryResult

Classes Description
QueryResult A Query Result CoClass for storing information about the results of a query.

Remarks

URL returns a string to the file on server that contains the result while MimeData returns the result in binary format.