Click or drag to resize

BcfTableClear Method

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

Deletes all rows in Rows transactional.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public void Clear()
Remarks
Implementation: BcfRow.DeleteRows(Rows.Immutable);
See Also