Click or drag to resize

BcfRowGetChildRows Method (BcfRelation)

Gets the child rows of the specified childRelation.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfChildRelationCell GetChildRows(
	BcfRelation childRelation
)

Parameters

childRelation
Type: CalculationWorks.BusinessModelBcfRelation
The child relation.

Return Value

Type: BcfChildRelationCell
The child rows of the specified childRelation.
Exceptions
ExceptionCondition
ArgumentNullExceptionchildRelation is .
ArgumentExceptionThe specified childRelation does not belong to this table's child relations.
See Also