CalculationWorks Logo
BcfTransactionRollback Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

public virtual void Rollback()
Exceptions

ExceptionCondition
InvalidOperationException

IsCurrent and IsCommitted are false

IsCommitted is true

BcfRollbackExceptionRollback failed.
Remarks

The order of the contained rows in any BcfRowCollection (see Rows, ChildRows) is not reliable and may be changed by Rollback, Undo and Redo.
See Also

Reference