StorageMap Element (OrderObjectMappings.Xml File)
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
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)