Click or drag to resize

BcfChildRelationCellRemoveChildRow Method

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

Removes the specified row from this collection.

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

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The row to remove.
Exceptions
ExceptionCondition
ArgumentNullExceptionrow is null.
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