Open this page in the API Guide

FunctionDefinition.ValidateDataInputs Method

Validates the data inputs.

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

Parameters

dataInputs
Type: System.Collections.Generic.IEnumerable<FunctionInput>
The data input values.
invalidInput
Type: Dundas.BI.Data.Functions.FunctionInput
The invalid input, if found.
errorMessage
Type: System.String
The error message.

Return Value

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