2.332.1 Query.CommandText

The Query.CommandText element specifies the query to execute to obtain data for a DataSet. This element MUST be specified. The value of this element MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String.

Following is the parent element of the Query.CommandText element.

Parent elements

Query

The following is the XML Schema definition of the Query.CommandText element.

 <xsd:element name="CommandText" type="xsd:string" />