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 (26.2.0.1000)
Syntax
public ParameterValue TestValue(
	Parameter parameter,
	ParameterValue inputValue
)

Parameters

parameter  Parameter
The attached parameter.
inputValue  ParameterValue
The input value.

Return Value

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