IQueryResult Interface

Provides access to query results.

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.

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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.