DataConnectorDataPopulateProviderValues Method

Populates the provider values in the destination data connector.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static void PopulateProviderValues(
	IList<ParameterValueData> source,
	ParameterValueCollection destination,
	DataConnector dataConnector
)

Parameters

source
Type: System.Collections.GenericIListParameterValueData
The source.
destination
Type: Dundas.BI.Data.ParametersParameterValueCollection
The destination.
dataConnector
Type: Dundas.BI.Entities.DataConnectorsDataConnector
The data connector.
See Also