Show / Hide Table of Contents

Enum UpsertNomatchAction

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

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum UpsertNomatchAction

Fields

Name Description
DeleteRow

2: Delete the entire row, for all non-matching-row

NoChange

0: No action, leave target table row unchanged

ZeroColumns

1: Zero/default-value the targeted 'columns' in all non-matching rows

Extension Methods

EnumUtil.MapEnums<SuperOffice.Data.UpsertNomatchAction, To>()
ObjectExtensions.AssignByReflection<UpsertNomatchAction>(UpsertNomatchAction)
ObjectExtensions.GraphCopy<UpsertNomatchAction>()
Converters.MapEnums<UpsertNomatchAction, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top