ArcObjects Library Reference (Carto)  

QueryResult CoClass

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

Product Availability

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

Interfaces

Interfaces Description
IDocumentVersionSupportGEN (esriSystem) Provides access to extend the IObjectStream interface with methods to hande saving objects that did not exist in previous versions of the software.
IPersistStream (esriSystem)
IQueryResult Provides access to query results.
IXMLSerialize (esriSystem) Provides access to members that XML serialize and deserialize an object to/from XML.
IXMLVersionSupport (esriSystem) Provides access to members that help in serializing an object to different namespaces (versions).

Remarks

QueryResult contains result of a query in a format specified in IQueryResultOptions. IQueryResult:URL returns a string to the file on server that contains the result while IQueryResult:MimeData returns the result in binary format.