Click or drag to resize

BcfRowGetChildRows Method (BcfRelation)

[This is preliminary documentation and is subject to change.]

Gets the child rows of the specified childRelation.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
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 null.
ArgumentExceptionThe specified childRelation does not belong to this table's child relations.
Version Information

BCF

Supported in: 4.0
See Also