2.322.4 DataSource.Transaction

The DataSource.Transaction element specifies whether the datasets that use this data source are executed in a single transaction. This element is optional. If this element is present, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2). If this element is not present, its value is interpreted as false.

Following is the parent element of the DataSource.Transaction element.

Parent elements

DataSource

The following is the XML Schema definition of the DataSource.Transaction element.

 <xsd:element name="Transaction" type="xsd:boolean" minOccurs="0" />