FunctionDefinitionExecute Method

Executes the function and calculates the results.

Namespace: Dundas.BI.Data.Functions
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public abstract IList<FunctionResult> Execute(
	IEnumerable<FunctionInput> dataInputs,
	IEnumerable<ParameterValue> settingValues
)

Parameters

dataInputs  IEnumerableFunctionInput
The data input values.
settingValues  IEnumerableParameterValue
The function setting values.

Return Value

IListFunctionResult
The collection of function results.
Exceptions
ExceptionCondition
InvalidFunctionParameterExceptionSome of the function inputs are invalid.
See Also