Click or drag to resize

BcfDataSetReset Method

Deletes all rows of all tables non transactional, clears UndoRepository and resets the row-id generators and column sequences.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public virtual void Reset()
Exceptions
ExceptionCondition
InvalidOperationException

CurrentTransaction is not .

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

See Also