Click or drag to resize

BcfParentRelationIdGetParentRelation Method

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

Resolves the parent BcfRelation representing this instance in specified dataSet.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public BcfRelation GetParentRelation(
	BcfDataSet dataSet
)

Parameters

dataSet
Type: CalculationWorks.BusinessModelBcfDataSet
The dataset.

Return Value

Type: BcfRelation
The parent BcfRelation representing this instance.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataSet is null.
ArgumentOutOfRangeExceptionFailed to resolve the child-relation in dataSet.
Version Information

BCF

Supported in: 4.0
See Also