IBufferTableExtensionsMerge Method |
Merges the table with the rows of the specified other table.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
Exceptions
Remarks
The Merge method iterates all rows from the other table and tries
to find them in the local table.
The matching is performed by the primary key.
If a row is not found locally, it is added.
If a row is found in the local table, it is updated.
The changes are not accepted at the end, it is up to the user.
See Also