Click or drag to resize

BcfChildRelationCellAddChildRow Method

Adds the specified row to the collection.

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

Parameters

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