Click or drag to resize
CalculationWorks Logo
BcfDataSetRedo Method
Redoes the last undone BcfTransaction.

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

CurrentTransaction is not null.

BcfDataSet is locked; e.g. BcfDataSet is undoing/redoing.

BcfUndoRedoExceptionA compensation operation failed.
BcfExternalEventReleaseExceptionException occurred after Redo() while releasing the change events.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also