Title here
Summary here
Inherit from this class if you want to use your data object with a DBMerge, but don't want to implement IMergeableRow yourself. You still needs that you have flagged the id properties with the IdColumn attribute and the properties use to identify equal object flagged with the UpdateColumn attribute.
The result of a merge operation - this is either 'I' for Insertion, 'U' for Updates, 'E' for existing records (no change), and 'D' for deleted records.
Type | Description |
---|---|
ChangeAction? |
Date and time when the object was considered for merging.
Type | Description |
---|---|
DateTime |