Click or drag to resize
CalculationWorks Logo
BcfRowGetParentRow Method (BcfRelation)
Gets the parent BcfRow of the specified childRelation.

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

Parameters

childRelation
Type: CalculationWorks.BusinessModelBcfRelation
The child relation.

Return Value

Type: BcfRow
BcfRow or null if no parent row set.
Exceptions
ExceptionCondition
ArgumentNullExceptionchildRelation is null
KeyNotFoundExceptionThe specified childRelation does not belongs to the tables child relations.
Remarks
This is the abbreviated form of: GetRelatedRowCell(BcfRelation).ParentRow.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2, 3.0
See Also