FunctionDefinitionValidateDataInputs Method

Validates the data inputs.

Namespace:  Dundas.BI.Data.Functions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
protected virtual bool ValidateDataInputs(
	IEnumerable<FunctionInput> dataInputs,
	out FunctionInput invalidInput,
	out string errorMessage
)

Parameters

dataInputs
Type: System.Collections.GenericIEnumerableFunctionInput
The data input values.
invalidInput
Type: Dundas.BI.Data.FunctionsFunctionInput
The invalid input, if found.
errorMessage
Type: SystemString
The error message.

Return Value

Type: Boolean
if all data inputs are valid; otherwise, .
See Also