 | BcfRowGetParentRow Method (BcfRelation) |
Gets the parent
BcfRow of the specified
parentRelation.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfRow GetParentRow(
BcfRelation parentRelation
)
Public Function GetParentRow (
parentRelation As BcfRelation
) As BcfRow
Parameters
- parentRelation
- Type: CalculationWorks.BusinessModelBcfRelation
The child relation.
Return Value
Type:
BcfRowThe parent
BcfRow of the specified
parentRelation or
if no parent row set.
Exceptions
See Also