Click or drag to resize

BcfTransactionRollback Method

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.2.0
Syntax
public BcfTransaction Rollback()

Return Value

Type: BcfTransaction
This.
Exceptions
ExceptionCondition
InvalidOperationException

IsCommitted is

or

BcfDataSet is Locked.

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