Click or drag to resize

BcfTransactionAcceptValuesAsResults Method

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

Causes the transaction to drop the list of computed cells needing re-calculation.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public virtual BcfTransaction AcceptValuesAsResults()

Return Value

Type: BcfTransaction
This.
Remarks

Rules, faults and optimizer columns are not affected.

The method is used in migration scenarios to enforce computed cells having a non-computed value.

See Also