Show / Hide Table of Contents

Enum UpsertRowActionStatus

Upsert: Action status for each row

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

Fields

Name Description
ColumnsZeroed

5: Row not matched in incoming keys and COLUMNS ZEROED

Deleted

4: Row not matched in incoming keys and DELETED

Inserted

1: Row not found in target, inserted; primary key assigned as required

NoUpdateNeeded

3: Row found in target, no updated needed

Updated

2: Row found in target, update needed

Extension Methods

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