 | BcfRowGetParentRow Method (String) |
Gets the parent
BcfRow of the relation specified by
parentRelationName.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
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
if no parent row set.
Exceptions
See Also