Show / Hide Table of Contents

Class UpsertNomatchAction

Upsert: Action to take on target table rows that do not match any incoming keys

Inheritance
Object
UpsertNomatchAction
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)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top