Click or drag to resize

BcfRowGetParentRow Method (String)

Gets the parent BcfRow of the relation specified by parentRelationName.

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