BcfRowMergeOption Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
| 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. |