Enum UpsertRowActionStatus
Upsert: Action status for each row
Syntax
UpsertRowActionStatus
Fields
Name | Description |
---|---|
Inserted | Row not found in target, inserted; primary key assigned as required |
Updated | Row found in target, update needed |
NoUpdateNeeded | Row found in target, no updated needed |
Deleted | Row not matched in incoming keys and DELETED |
ColumnsZeroed | Row not matched in incoming keys and COLUMNS ZEROED |