Recordset dynamic properties in XML

Applies to: Access 2013, Office 2013

The following Recordset provider-specific properties (from the Client Cursor Engine) are currently persisted into the XML format:

  • AutoRecalc
  • BatchSize
  • CommandTimeout
  • IRowsetChange
  • IRowsetUpdate
  • Reshape Name
  • Resync Command
  • Unique Catalog
  • Unique Schema
  • Unique Table
  • Update Resync
  • UpdateCriteria

These properties are saved in the schema section as attributes of the element definition for the Recordset being persisted. These attributes are defined in the rowset schema namespace and must have the prefix "rs:".

See also