Click or drag to resize

BcfParentRelationCellIdTryGetParentRelationCell Method

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

Resolves 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 BcfParentRelationCell TryGetParentRelationCell(
	BcfDataSet dataSet
)

Parameters

dataSet
Type: CalculationWorks.BusinessModelBcfDataSet
The dataset.

Return Value

Type: BcfParentRelationCell
The BcfParentRelationCell representing this instance if found; otherwise null.
See Also