QueryResult

A class that stores information about the results of a query.

Property

Type

Description

MimeData

byte[]

Binary data representing requested query result.

Object

object

The Object representing the query result.

URL

string

The URL of the generated query result.

Remarks

The URL property returns a string to the file on server that contains the result while mime data returns the result in binary format.

11/8/2016