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
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
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<UpsertNomatchAction, To>(UpsertNomatchAction)
Converters.MapEnums<UpsertNomatchAction, To>(UpsertNomatchAction)
ObjectExtensions.AssignByReflection<UpsertNomatchAction>(UpsertNomatchAction, UpsertNomatchAction)
ObjectExtensions.GraphCopy<UpsertNomatchAction>(UpsertNomatchAction)
EnumUtil.GetDescription(Enum)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top