Click or drag to resize

BcfTableClear Method

Deletes all rows in Rows transactional.

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