Click or drag to resize

BcfRowGetChildRows Method (String)

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

Gets the child rows specified by childRelationName.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfChildRelationCell GetChildRows(
	string childRelationName
)

Parameters

childRelationName
Type: SystemString
Name of the child relation.

Return Value

Type: BcfChildRelationCell
The child rows specified by childRelationName.
Exceptions
ExceptionCondition
ArgumentNullExceptionchildRelationName is null.
ArgumentExceptionThe relation specified by childRelationName cannot be found in table's child relations.
See Also