Click or drag to resize

BcfRowMergeOption Enumeration

[This is preliminary documentation and is subject to change.]

Merge option flags.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
[FlagsAttribute]
public enum BcfRowMergeOption
Members
  Member nameValueDescription
None0 Do nothing.
AllowAdd1 Allows to add a row if no adequate row for update can be found.
PreferAdd2 Add row without checking for adequate row.
Update4 Update adequate row if found.
Merge5AllowAdd and Update.
See Also