Click or drag to resize

BcfChildRelationCellRemoveChildRow Method

Removes the specified row from this collection.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public void RemoveChildRow(
	BcfRow row
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The row to remove.
Exceptions
ExceptionCondition
ArgumentNullExceptionrow is .
ArgumentException

row is not in this collection.

InvalidOperationException

OwningRow.RowState is not Valid

or

BcfDataSet is Locked.

BcfUpdateException see exception documentation for the reason.
See Also