Click or drag to resize

BcfParentRelationCellIdTryGetOwningRow Method

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

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfRow TryGetOwningRow(
	BcfDataSet dataSet
)

Parameters

dataSet
Type: CalculationWorks.BusinessModelBcfDataSet
The dataset.

Return Value

Type: BcfRow
The OwningRow of the BcfParentRelationCell representing this instance if found; otherwise .
See Also