 |
| BcfRowGetParentRow Method (BcfRelation) |
Gets the parent
BcfRow of the specified
childRelation.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic BcfRow GetParentRow(
BcfRelation childRelation
)
Public Function GetParentRow (
childRelation As BcfRelation
) As BcfRow
public:
BcfRow^ GetParentRow(
BcfRelation^ childRelation
)
member GetParentRow :
childRelation : BcfRelation -> BcfRow
Parameters
- childRelation
- Type: CalculationWorks.BusinessModelBcfRelation
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