Click or drag to resize
CalculationWorks Logo
BcfRowAddChildRow Method (String, 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(
	string parentRelationName,
	BcfRow newChildRow
)

Parameters

parentRelationName
Type: SystemString
Name of the parent relation.
newChildRow
Type: CalculationWorks.BusinessModelBcfRow
The new child row.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentRelationName
KeyNotFoundExceptionparentRelationName
ArgumentNullExceptionnewChildRow is null
Remarks

The collection is case-sensitive when it searches for relation names.

This is the abbreviated form of: GetRelatedRowsCell(BcfRelation).AddChildRow(BcfRow).

Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also