Click or drag to resize

BcfChildRelationCellIdTryGetChildRelationCell Method

Resolves the BcfChildRelationCell representing this instance in specified dataSet.

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

Parameters

dataSet
Type: CalculationWorks.BusinessModelBcfDataSet
The dataset.

Return Value

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