Enum UpsertRowActionStatus
Upsert: Action status for each row
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
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 |