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/10.3.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 |