Title here
Summary here
Represents table row in destination database when inserting data using DbMerge<TInput>
public interface IMergeableRowThe result of a merge operation
ChangeAction? ChangeAction { get; set; }| Type | Description |
|---|---|
| ChangeAction? | null means not determined yet |
Time when the object was considered for merging
DateTime ChangeDate { get; set; }| Type | Description |
|---|---|
| DateTime | null means not determined yet |
When ChangeAction is set, this value is set to Now