Definition Type: Element
Name: CommandText
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Specifies the text of the command to submit to the data source.
Collapse XSD Schema Diagram:
XSD Diagram of CommandText in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="CommandText" type="xsd:string" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Specifies the text of the command to submit to the data source.</xsd:documentation>
    </xsd:annotation>
</xsd:element>