Click or drag to resize

BcfParentRelationCellSetParentRow Method

[This is preliminary documentation and is subject to change.]

Sets the ParentRow-property.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
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.
Version Information

BCF

Supported in: 4.0
See Also