CalculationWorks Logo
BcfTransactionCompute Method (Boolean)CalculationWorks BCF Library 1.1 for .NET Framework 4.5

[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: 1.1.0.0
Syntax

public void Compute(
	bool validate
)

Parameters

validate
Type: SystemBoolean
if set to true rows validation tags will be updated too.
Exceptions

ExceptionCondition
InvalidOperationException

IsDiscarded is true

IsCurrent is false

enforcing relations or calculation caused an exception
See Also

Reference