Click or drag to resize

BcfTransactionCompute Method

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

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

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

Parameters

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

Return Value

Type: BcfTransaction
This.
Exceptions
ExceptionCondition
InvalidOperationException

IsCurrent is false

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