Click or drag to resize
CalculationWorks Logo
BcfRowSetParentRow Method (String, BcfRow)
Sets the parent BcfRow of the relation specified by childRelationName.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntax
public void SetParentRow(
	string childRelationName,
	BcfRow newParentRow
)

Parameters

childRelationName
Type: SystemString
Name of the child relation.
newParentRow
Type: CalculationWorks.BusinessModelBcfRow
The new parent row.
Exceptions
ExceptionCondition
ArgumentNullExceptionchildRelationName is null
KeyNotFoundExceptionThe specified name does not belongs to the tables child relations.
Remarks
This is the abbreviated form of: GetRelatedRowCell(String).ParentRow = newParentRow.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2, 3.0
See Also