Click or drag to resize

BcfRowGetParentRow Method (BcfRelation)

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

Gets the parent BcfRow of the specified parentRelation.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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 null if no parent row set.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentRelation is null.
ArgumentExceptionThe specified parentRelation does not belong to this table's parent relations.
See Also