Click or drag to resize

BcfChildRelationCellAddChildRow Method

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

Adds the specified row to the collection.

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

Parameters

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

Specified row has RowState other than Valid

or

The specified row is not in child table.

InvalidOperationException

Operation requires row-state Valid.

or

DataSet is Locked.

BcfUpdateExceptionSee exception for the reason.
See Also