Data Object - QueryResult

Returned by
QueryList
Extends
DynamicData
See also
Metadata, RowData

Data Object Description

Deprecated. As of SMS API 4.0

Comprises the result set of a specific QueryList operation. This data object contains metadata and row data. The Metadata object contains information about the number of rows in the result set and the column names in the result set. Use the propertyName strings to deocde the RowData objects in the result set. See Using the QueryList Operation for more information and for tables of entity and relationship properties.

Properties

Name Type Description
metadataMetadata

Metadata for the result set.
row*RowData[]

List of rows corresponding to the query results.
Properties inherited from DynamicData
dynamicProperty, dynamicType
*Need not be set