Click or drag to resize
CalculationWorks Logo
BcfRowAddChildRow Method (BcfRelation, BcfRow)
Adds the specified row as child row.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public void AddChildRow(
	BcfRelation parentRelation,
	BcfRow newChildRow
)

Parameters

parentRelation
Type: CalculationWorks.BusinessModelBcfRelation
The parent relation.
newChildRow
Type: CalculationWorks.BusinessModelBcfRow
The new child row.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentRelation is null
ArgumentNullExceptionnewChildRow is null
Remarks
This is the abbreviated form of: GetRelatedRowsCell(BcfRelation).AddChildRow(BcfRow).
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also