Class UpsertNomatchAction
Upsert: Action to take on target table rows that do not match any incoming keys
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class UpsertNomatchAction : Enum
Fields
DeleteRow
2: Delete the entire row, for all non-matching-row
Declaration
public const UpsertNomatchAction DeleteRow
Field Value
Type | Description |
---|---|
UpsertNomatchAction |
NoChange
0: No action, leave target table row unchanged
Declaration
public const UpsertNomatchAction NoChange
Field Value
Type | Description |
---|---|
UpsertNomatchAction |
value__
Upsert: Action to take on target table rows that do not match any incoming keys
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
ZeroColumns
1: Zero/default-value the targeted 'columns' in all non-matching rows
Declaration
public const UpsertNomatchAction ZeroColumns
Field Value
Type | Description |
---|---|
UpsertNomatchAction |
Extension Methods
EnumUtil.MapEnums<From, To>(From)