Click or drag to resize
CalculationWorks Logo
BcfRowSetParentRow Method (Int32, BcfRow)
Sets the parent BcfRow of the specified childRelationIndex

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

Parameters

childRelationIndex
Type: SystemInt32
Index of the child relation.
newParentRow
Type: CalculationWorks.BusinessModelBcfRow
The new parent row.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionchildRelationIndex out of bounds.
Remarks
This is the abbreviated form of: GetRelatedRowCell(Int32).ParentRow = newParentRow.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2, 3.0
See Also