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