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-beta6
Syntax
public void AddChildRow(
	BcfRow row
)

Parameters

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

Specified row must have row-stateValid

or

The specified row is not in child table.

InvalidOperationException

Operation requires row-state Valid.

or

DataSet is Locked.

BcfUpdateExceptionSee exception for the reason.
Version Information

BCF

Supported in: 4.0
See Also