Click or drag to resize

BcfRowMergeOption Enumeration

Merge option flags.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
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