Click or drag to resize

BcfParentRelationCellSetParentRow Method

Sets the ParentRow-property.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public void SetParentRow(
	BcfRow newParentRow
)

Parameters

newParentRow
Type: CalculationWorks.BusinessModelBcfRow
The new parent row.
Exceptions
ExceptionCondition
ArgumentException

newParentRow is not in ParentRelation.ParentTable

or

newParentRow.RowState is not Valid

InvalidOperationException

Operation requires row-state Valid

or

BcfDataSet is Locked.

BcfUpdateExceptionSee BcfUpdateException.
See Also