 |
BcfRowAddChildRow Method (Int32, BcfRow) |
Adds the specified row as child row.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic void AddChildRow(
int parentRelationIndex,
BcfRow newChildRow
)
Public Sub AddChildRow (
parentRelationIndex As Integer,
newChildRow As BcfRow
)
public:
void AddChildRow(
int parentRelationIndex,
BcfRow^ newChildRow
)
member AddChildRow :
parentRelationIndex : int *
newChildRow : BcfRow -> unit
Parameters
- parentRelationIndex
- Type: SystemInt32
Index of the parent relation. - newChildRow
- Type: CalculationWorks.BusinessModelBcfRow
The new child row.
Exceptions
Remarks
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also