Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following xml fragment defines a custom key for the pair of table dboHR.EmployeesEMPLOYEES:

<TablePairs>
     <Pair>
          <LeftObject Name="dboHR.EmployeesEMPLOYEES">
               <Key Name="Custom_Key">
                    <Column>EmployeeID<<Column>EMPLOYEE_ID</Column>
               </Key>
          </LeftObject>
          <RightObject Name="dboHR_COPY.EmployeesEMPLOYEES">
               <Key Name="Custom_Key">
                    <Column>EmployeeID<<Column>EMPLOYEE_ID</Column>
               </Key>
          </RightObject>
     </Pair>
</TablePairs>

...