Click or drag to resize

BcfChildRelationCellRemoveRange Method

Removes specified rows from the collection.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public void RemoveRange(
	IEnumerable<BcfRow> rows
)

Parameters

rows
Type: System.Collections.GenericIEnumerableBcfRow
The rows to remove.
Exceptions
ExceptionCondition
ArgumentNullExceptionrows is .
ArgumentException

At least one specified row in not in child-rows collection.

or

At least one item in rows is .

InvalidOperationException

OwningRow.RowState is not Valid

or

BcfDataSet is Locked.

BcfUpdateException see exception documentation for the reason.
See Also