Enum MergeMode

The mode of operation a DbMerge may work in. Full means that source contains all data, NoDeletions that source contains all data but no deletions are executed, Delta means that source has only delta information and deletions are deferred from a particular property and OnlyUpdates means that only updates are applied to the destination. InsertsOnly will only insert new rows into the destination.

Namespace: ETLBox
Assembly: ETLBox.dll
Syntax
    public enum MergeMode

Fields

NameDescription
Delta
Full
InsertsAndUpdates
InsertsOnly
UpdatesOnly