You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Mapping rules are used to override the default data compare mapping that is based on name.

The following xml fragment defines a mapping rule that ignores the name postfix "_temp" on the left schema:

<TablesMappingRules>
     <NameMapping MappingRule="IgnorePostfix" IgnoreLeftName="_temp" />
</TablesMappingRules>


  • No labels