Types of XML to be returned for each record in the Recordset object.
| Member | Value | Description |
|---|---|---|
| rxmData | 0 | Returns the fields specified in the query. |
| rxmDataWithPrimaryKeys | 1 | Returns the fields specified in the query, plus the primary keys. |
| rxmOnlyPrimaryKeys | 2 | Returns only the primary keys. |