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