Click or drag to resize

BcfChildRelationCellRemoveChildRow Method

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

Removes the specified row from the collection.

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

Parameters

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

row.RowState is not Valid

or

row is not in ChildRelation.ChildTable.

or

row is not in this collection.

InvalidOperationException

OwningRow.RowState is not Valid

or

BcfDataSet is Locked.

BcfUpdateException see exception documentation for the reason.
Version Information

BCF

Supported in: 4.0
See Also