 |
| BcfRowGetParentRow Method (String) |
Gets the parent
BcfRow of the relation specified by
childRelationName.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic BcfRow GetParentRow(
string childRelationName
)
Public Function GetParentRow (
childRelationName As String
) As BcfRow
public:
BcfRow^ GetParentRow(
String^ childRelationName
)
member GetParentRow :
childRelationName : string -> BcfRow
Parameters
- childRelationName
- Type: SystemString
Name of the child relation.
Return Value
Type:
BcfRowBcfRow or
null if no parent row set.
Exceptions
Remarks
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0
See Also