Click or drag to resize

BcfTransactionRollback Method

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

Discards the transaction and restores the data from state before the transaction started.

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

Return Value

Type: BcfTransaction
This.
Exceptions
ExceptionCondition
InvalidOperationException

IsCommitted is true

or

BcfDataSet is Locked.

Remarks
Uncommitted subtransactions will be rolled back - if there are any.
See Also