 | BcfRowGetParentRow Method (BcfRelation) |
[This is preliminary documentation and is subject to change.]
Gets the parent
BcfRow of the specified
parentRelation.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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
null if no parent row set.
Exceptions
See Also