Click or drag to resize

BcfRowGetParentRow Method (String)

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

Gets the parent BcfRow of the relation specified by parentRelationName.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public BcfRow GetParentRow(
	string parentRelationName
)

Parameters

parentRelationName
Type: SystemString
Name of the child relation.

Return Value

Type: BcfRow
The parent BcfRow of the relation specified by parentRelationName or null if no parent row set.
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