Click or drag to resize
CalculationWorks Logo
BcfSavePointRestore Method
Restores the internal transactions state to the state when the save point was created.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public void Restore()
Exceptions
ExceptionCondition
InvalidOperationException

The save point is outdated (IsAlive is false)

- or -

the transaction the save point belongs to is not CurrentTransaction

Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also