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

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public BcfRelatedRowCell GetRelatedRowCell(
	string childRelationName
)

Parameters

childRelationName
Type: SystemString
Name of the child relation.

Return Value

Type: BcfRelatedRowCell
BcfRelatedRowCell.
Exceptions
ExceptionCondition
ArgumentNullExceptionchildRelationName
Remarks
The collection is case-sensitive when it searches for relation names.
See Also