The types of XML that is returned from the SerializeAsXML method of a DataTable object, or the XML that is uploaded by the LoadSerializedXML method.
| Member | Value | Description |
|---|---|---|
| dxs_All | 0 | Data and metadata of the data table |
| dxs_MetaData | 1 | Only the metadata of the data table |
| dxs_DataOnly | 2 | Only the data of the data table |