Share via


StorageMap Element (OrderObjectMappings.Xml File)

The StorageMap element is the top-level element in the OrderObjectMappings.xml file. The StorageMap element has no attributes and contains the following elements: the Tables element, the Classes element, and the Mappings element.

Example

<StorageMap>
  <Tables>
    ...
  </Tables>
  <Classes>
    ...
  </Classes>
  <Mappings>
    ...
  </Mappings>
</StorageMap>

See Also

Other Resources

Mapping Purchase Orders to the Database

Tables Element (OrderObjectMappings.Xml File)

Classes Element (OrderObjectMappings.Xml File)

Mappings Element (OrderObjectMappings.Xml File)