 | BcfParentRelationIdTryGetParentRelation Method |
Resolves the parent
BcfRelation representing this instance in specified
dataSet.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfRelation TryGetParentRelation(
BcfDataSet dataSet
)
Public Function TryGetParentRelation (
dataSet As BcfDataSet
) As BcfRelation
Parameters
- dataSet
- Type: CalculationWorks.BusinessModelBcfDataSet
The dataset.
Return Value
Type:
BcfRelationThe parent
BcfRelation representing this instance if found; otherwise
.
See Also