BridgeParameterTestValue Method

Tests the value for the specified attached parameter.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public ParameterValue TestValue(
	Parameter parameter,
	ParameterValue inputValue
)

Parameters

parameter
Type: Dundas.BI.Data.ParametersParameter
The attached parameter.
inputValue
Type: Dundas.BI.Data.ParametersParameterValue
The input value.

Return Value

Type: ParameterValue
The resolved value.
Exceptions
ExceptionCondition
ArgumentNullExceptionparameter is .
See Also