Provides access to query results.
Members
| Name | Description | |
|---|---|---|
![]()  | 
MimeData | Binary data representing requested query result. | 
![]()  | 
Object | The Object representing the query result. | 
![]()  | 
URL | The URL of the generated query result. | 
IQueryResult.MimeData Property
Binary data representing requested query result.
Public ReadOnly Property MimeData As Byte[]
public Byte[] MimeData {get;}
IQueryResult.Object Property
The Object representing the query result.
Public ReadOnly Property Object As Object
public object Object {get;}
IQueryResult.URL Property
The URL of the generated query result.
Public ReadOnly Property URL As String
public string URL {get;}
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.
