 | BcfRowGetParentRow Method (String) |
[This is preliminary documentation and is subject to change.]
Gets the parent
BcfRow of the relation specified by
parentRelationName.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic BcfRow GetParentRow(
string parentRelationName
)
Public Function GetParentRow (
parentRelationName As String
) As BcfRow
Parameters
- parentRelationName
- Type: SystemString
Name of the child relation.
Return Value
Type:
BcfRowThe parent
BcfRow of the relation specified by
parentRelationName or
null if no parent row set.
Exceptions
Version InformationBCF
Supported in: 4.0
See Also