Enum UpsertRowActionStatus
Upsert: Action status for each row
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum UpsertRowActionStatus
Fields
Name | Description |
---|---|
ColumnsZeroed | 5: Row not matched in incoming keys and COLUMNS ZEROED |
Deleted | 4: Row not matched in incoming keys and DELETED |
Inserted | 1: Row not found in target, inserted; primary key assigned as required |
NoUpdateNeeded | 3: Row found in target, no updated needed |
Updated | 2: Row found in target, update needed |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.UpsertRowActionStatus, To>()