Click or drag to resize

BcfRuleIdGetRule Method

Resolves the BcfRule representing this instance in specified dataSet.

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

Parameters

dataSet
Type: CalculationWorks.BusinessModelBcfDataSet
The dataset.

Return Value

Type: BcfRule
The BcfRule representing this instance.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataSet is .
IndexOutOfRangeExceptionFailed to resolve the rule in dataSet.
See Also