Open this page in the API Guide

DataConnectorData.PopulateProviderValues 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 (25.1.0.1000)
Syntax
public static void PopulateProviderValues(
	IList<ParameterValueData> source,
	ParameterValueCollection destination,
	DataConnector dataConnector
)

Parameters

source
Type: System.Collections.Generic.IList<ParameterValueData>
The source.
destination
Type: Dundas.BI.Data.Parameters.ParameterValueCollection
The destination.
dataConnector
Type: Dundas.BI.Entities.DataConnectors.DataConnector
The data connector.
See Also