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

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public void SetParentRow(
	BcfRelation childRelation,
	BcfRow newParentRow
)

Parameters

childRelation
Type: CalculationWorks.BusinessModelBcfRelation
The child relation.
newParentRow
Type: CalculationWorks.BusinessModelBcfRow
The new parent row.
Exceptions
ExceptionCondition
ArgumentNullExceptionChildRelation is null
KeyNotFoundExceptionThe specified relation does not belongs to the tables child relations.
Remarks
This is the abbreviated form of: GetRelatedRowCell(BcfRelation).ParentRow = newParentRow.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also