Click or drag to resize

BcfParentRelationCellCollectionItem Property (String)

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

Gets the BcfParentRelationCell specified by parentRelationName.

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

Parameters

parentRelationName
Type: SystemString
Name of the parent relation.

Return Value

Type: BcfParentRelationCell
The BcfParentRelationCell specified by parentRelationName.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentRelationName is null.
ArgumentExceptionThe relation specified by parentRelationName cannot be found in table's parent relations.
Version Information

BCF

Supported in: 4.0
See Also