Click or drag to resize

BcfDataSetCanUndo Method

Determines whether Undo(Int32) can be executed.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool CanUndo()

Return Value

Type: Boolean
if undo can be executed; otherwise, .
Remarks
CanUndo() returns when Locked is , CurrentTransaction is and BcfUndoRepository.CanUndo is .
See Also