Click or drag to resize

BcfParentRelationCellCollectionItem Property (String)

Gets the BcfParentRelationCell specified by parentRelationName.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
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 .
ArgumentExceptionThe relation specified by parentRelationName cannot be found in table's parent relations.
See Also