Click or drag to resize

BcfChildRelationCellCollectionItem Property (String)

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

Gets the BcfChildRelationCell specified by childRelationName.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public BcfChildRelationCell this[
	string childRelationName
] { get; }

Parameters

childRelationName
Type: SystemString
Name of the child relation.

Return Value

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

BCF

Supported in: 4.0
See Also