Click or drag to resize
CalculationWorks Logo
BcfRowGetParentRow Method (String)
Gets the parent BcfRow of the specified child relation.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public BcfRow GetParentRow(
	string childRelationName
)

Parameters

childRelationName
Type: SystemString
Name of the child relation.

Return Value

Type: BcfRow
BcfRow or null if no parent row set.
Exceptions
ExceptionCondition
ArgumentNullExceptionchildRelationName
Remarks

The collection is case-sensitive when it searches for relation names.

This is the abbreviated form of: GetRelatedRowCell(String).ParentRow.

Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also