Click or drag to resize

BcfRowGetParentRow Method (BcfRelation)

Gets the parent BcfRow of the specified parentRelation.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfRow GetParentRow(
	BcfRelation parentRelation
)

Parameters

parentRelation
Type: CalculationWorks.BusinessModelBcfRelation
The child relation.

Return Value

Type: BcfRow
The parent BcfRow of the specified parentRelation or if no parent row set.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentRelation is .
ArgumentExceptionThe specified parentRelation does not belong to this table's parent relations.
See Also