Click or drag to resize

BcfDataSetReset Method

[This is preliminary documentation and is subject to change.]

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.0.0-beta7
Syntax
public virtual void Reset()
Exceptions
ExceptionCondition
InvalidOperationException

CurrentTransaction is not null.

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

See Also