 | BcfRowMergeOption Enumeration |
Merge option flags.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax[FlagsAttribute]
public enum BcfRowMergeOption
<FlagsAttribute>
Public Enumeration BcfRowMergeOption
Members|
| Member name | Value | Description |
|---|
| None | 0 |
Do nothing.
|
| AllowAdd | 1 |
Allows to add a row if no adequate row for update can be found.
|
| PreferAdd | 2 |
Add row without checking for adequate row.
|
| Update | 4 |
Update adequate row if found.
|
| Merge | 5 | AllowAdd and Update.
|
See Also