Click or drag to resize
CalculationWorks Logo
BcfRowGetRelatedRowCell Method (BcfRelation)
Gets the BcfRelatedRowCell of the specified child relation.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public BcfRelatedRowCell GetRelatedRowCell(
	BcfRelation childRelation
)

Parameters

childRelation
Type: CalculationWorks.BusinessModelBcfRelation
The child relation.

Return Value

Type: BcfRelatedRowCell
BcfRelatedRowCell.
Exceptions
ExceptionCondition
ArgumentNullExceptionchildRelation
KeyNotFoundExceptionThe specified relation does not belongs to the tables child relations.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also