Open this page in the API Guide

BridgeParameter.ResolveValues 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 (25.1.0.1000)
Syntax
public IEnumerable<ParameterValue> ResolveValues(
	ParameterValue inputValue
)

Parameters

inputValue
Type: Dundas.BI.Data.Parameters.ParameterValue
The input value.

Return Value

Type: IEnumerable<ParameterValue>
The resolved values.
See Also