Click or drag to resize

BcfChildRelationIdGetChildRelation Method

Resolves the child BcfRelation representing this instance in specified dataSet.

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

Parameters

dataSet
Type: CalculationWorks.BusinessModelBcfDataSet
The dataset.

Return Value

Type: BcfRelation
The child BcfRelation representing this instance.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataSet is .
IndexOutOfRangeExceptionFailed to resolve the child-relation in dataSet.
See Also