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