Skip to main content

ProviderLookupItem(String, String, IConnectionParametersStrategy) Constructor

Initializes a new instance of the ProviderLookupItem class with the specified settings.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public ProviderLookupItem(
    string providerKey,
    string providerName,
    IConnectionParametersStrategy strategy
)

Parameters

Name Type Description
providerKey String

A String value, specifying the data provider name. This value is assigned to the ProviderLookupItem.ProviderName property.

providerName String

A String value, specifying the key to access a data provider. This value is assigned to the ProviderLookupItem.ProviderKey property.

strategy IConnectionParametersStrategy

An object implementing the IConnectionParametersStrategy interface. This value is assigned to the ProviderLookupItem.Strategy property.

See Also