Click or drag to resize

BcfTransactionCompute Method

Executes all necessary operations to bring the BcfCell.Values up to date.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfTransaction Compute(
	bool computeRules = true
)

Parameters

computeRules (Optional)
Type: SystemBoolean
if set to rows faults will be updated too. Default is .

Return Value

Type: BcfTransaction
This.
Exceptions
ExceptionCondition
InvalidOperationException

IsCurrent is

or

DataSet is Locked.

BcfUpdateExceptionThe implementations specifies the details.
Remarks

You need to call this method if you have to get computed values within a transaction. For example this is necessary when coding a content based BcfTriggerT.

See Also