BridgeParameterResolveValues Method

Resolves all the values for the attached parameters.

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 IEnumerable<ParameterValue> ResolveValues(
	ParameterValue inputValue
)

Parameters

inputValue
Type: Dundas.BI.Data.ParametersParameterValue
The input value.

Return Value

Type: IEnumerableParameterValue
The resolved values.
See Also