<deletedField> (Deleted Field)

This element specifies a field that has been deleted from the query table.

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

Parent Elements

<queryTableDeletedFields>3.12.3)

Attributes

Description

<name> (Deleted Fields Name)

Specifies the name of the deleted field.

The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96).

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

<complexType name="CT_DeletedField">
	<attribute name="name" type="ST_Xstring" use="required"/>
</complexType>