DataProviderOnProviderValuesLoaded Method  | 
 
            Allows the data provider a chance to view and modify the 
ProviderValues after they are retrieved from the Dundas BI database.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic virtual void OnProviderValuesLoaded(
	ParameterValueCollection providerValues
)
Public Overridable Sub OnProviderValuesLoaded ( 
	providerValues As ParameterValueCollection
)
public:
virtual void OnProviderValuesLoaded(
	ParameterValueCollection^ providerValues
)
abstract OnProviderValuesLoaded : 
        providerValues : ParameterValueCollection -> unit 
override OnProviderValuesLoaded : 
        providerValues : ParameterValueCollection -> unit Parameters
- providerValues
 - Type: Dundas.BI.Data.ParametersParameterValueCollection
The data connector's ProviderValues 
See Also