<queryTableDeletedFields> (Deleted Fields)

This element is the collection for <deletedField>3.12.1) elements, each of which represents a column or field that has been deleted from the query table.

example:
<queryTableDeletedFields count="2">
  <deletedField name="ShipVia"/>
  <deletedField name="Freight"/>
</queryTableDeletedFields>

Parent Elements

<queryTableRefresh>3.12.6)

Child Elements

Subclause

<deletedField> (Deleted Field)

§3.12.1

Attributes

Description

<count> (Deleted Fields Count)

Specifies how many deleted fields there are.

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_QueryTableDeletedFields">
	<sequence>
	<element name="deletedField" type="CT_DeletedField" minOccurs="1" maxOccurs="unbounded"/>
	</sequence>
	<attribute name="count" type="xsd:unsignedInt" use="optional"/>
</complexType>