Enum ChangeAction
When comparing two data sets regarding their changes, this enumeration describe how they are different- Exists: Both are equal, Insert: This record is inserted, Update: This record is updated, Delete: This record is deleted.
Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax
public enum ChangeAction
Fields
Name | Description |
---|---|
Delete | |
Exists | |
Insert | |
Update |