ResultSetSchema
A complex data type that describes the result set schema.
Elements
<xsd:complexType name="ResultSetSchema">
<xsd:sequence>
<xsd:element name="ResultSetName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="ResultSetDisplayName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="ArrayOfColumnSchema"
type="typens:ArrayOfColumnSchema" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Elements
ResultSetName
Name of the result set.
ArrayOfColumnSchema
An array of ColumnSchema objects.
ResultSetDisplayName
The display name of the result set. If not specified, the value of the Name element is used. If the query is performed on an information object (.iob) or data source map (.sma) file, DisplayName is used as the group label.