Click or drag to resize

BcfParentRelationCellIdGetOwningRow Method

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

Resolves the OwningRow of the BcfParentRelationCell representing this instance in specified dataSet.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfRow GetOwningRow(
	BcfDataSet dataSet
)

Parameters

dataSet
Type: CalculationWorks.BusinessModelBcfDataSet
The dataset.

Return Value

Type: BcfRow
The OwningRow of the BcfParentRelationCell representing this instance.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataSet is null.
IndexOutOfRangeExceptionFailed to resolve the parent-relation in dataSet.
KeyNotFoundException the resolved table does not contains a row with this RowId.
See Also