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
TypeDescription
ChangeAction?

null means not determined yet

ChangeDate

Time when the object was considered for merging

Declaration
    DateTime ChangeDate { get; set; }
Property Value
TypeDescription
DateTime

null means not determined yet

Remarks

When ChangeAction is set, this value is set to Now