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 (24.1.0.1000)
Syntax
public abstract IList<FunctionResult> Execute(
	IEnumerable<FunctionInput> dataInputs,
	IEnumerable<ParameterValue> settingValues
)

Parameters

dataInputs
Type: System.Collections.GenericIEnumerableFunctionInput
The data input values.
settingValues
Type: System.Collections.GenericIEnumerableParameterValue
The function setting values.

Return Value

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