Interface IMergeableRow
Represents table row in destination database when inserting data using DbMerge<TInput>
Namespace: ETLBox
Assembly: ETLBox.dll
Syntax
public interface IMergeableRow
Properties
ChangeAction
The result of a merge operation
Declaration
ChangeAction? ChangeAction { get; set; }
Property Value
Type | Description |
---|---|
ChangeAction? | null means not determined yet |
ChangeDate
Time when the object was considered for merging
Declaration
DateTime ChangeDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | null means not determined yet |
Remarks
When ChangeAction is set, this value is set to System.DateTime.Now