Open this page in the API Guide

DataProvider.LoadDynamicProviderValues Method

Loads the dynamically retrieved provider values.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public virtual void LoadDynamicProviderValues(
	ParameterValueCollection providerValues
)

Parameters

providerValues
Type: Dundas.BI.Data.Parameters.ParameterValueCollection
The provider values to update.
See Also