<parameters> (Query Parameters)

This element serves as a collection of parameters for an ODBC or web query.

Parent Elements

<connection>3.13.1)

Child Elements

Subclause

<parameter> (Parameter Properties)

§3.13.6

Attributes

Description

<count> (Parameter Count)

The number of parameters used.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Parameters">
	<sequence>
	<element name="parameter" minOccurs="1" maxOccurs="unbounded" type="CT_Parameter"/>
	</sequence>
	<attribute name="count" use="optional" type="xsd:unsignedInt"/>
</complexType>