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