Enum ExistingValueAction
Defines that action to be taken if a specific value is already present in the set.
Namespace: Nevatech.Vsb.Repository.Processing
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum ExistingValueAction
Fields
Name | Description |
---|---|
Append | Appends new value to the existing value. |
Overwrite | Replaces the existing value with the new one. |
Skip | Does nothing if value is already present. |