Click or drag to resize
CalculationWorks Logo
BcfRowGetChildRows Method (BcfRelation)
Gets the child BcfRowCollection of the specified relation.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public BcfRowCollection GetChildRows(
	BcfRelation parentRelation
)

Parameters

parentRelation
Type: CalculationWorks.BusinessModelBcfRelation
The parent relation.

Return Value

Type: BcfRowCollection
BcfRowCollection.
Remarks
This is the abbreviated form of: GetRelatedRowsCell(BcfRelation).ChildRows.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also