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


IQueryResult Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IQueryResult Interface

Provides access to query results.

Product Availability

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

Members

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.

CoClasses that implement IQueryResult

CoClasses and 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.

.NET Related Topics

Developing SOAP server object extensions