 |
| BcfRowSetParentRow Method (BcfRelation, BcfRow) |
Sets the parent
BcfRow of the specified
childRelation.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic void SetParentRow(
BcfRelation childRelation,
BcfRow newParentRow
)
Public Sub SetParentRow (
childRelation As BcfRelation,
newParentRow As BcfRow
)
public:
void SetParentRow(
BcfRelation^ childRelation,
BcfRow^ newParentRow
)
member SetParentRow :
childRelation : BcfRelation *
newParentRow : BcfRow -> unit
Parameters
- childRelation
- Type: CalculationWorks.BusinessModelBcfRelation
The child relation. - newParentRow
- Type: CalculationWorks.BusinessModelBcfRow
The new parent row.
Exceptions
Remarks
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0
See Also