ProviderLookupItem(String, String, IConnectionParametersStrategy) Constructor
In This Article
Initializes a new instance of the ProviderLookupItem class with the specified settings.
Namespace: DevExpress.DataAccess.UI.Wizard
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public ProviderLookupItem(
string providerKey,
string providerName,
IConnectionParametersStrategy strategy
)
#Parameters
Name | Type | Description |
---|---|---|
provider |
String | A String value, specifying the data provider name. This value is assigned to the Provider |
provider |
String | A String value, specifying the key to access a data provider. This value is assigned to the Provider |
strategy | IConnection |
An object implementing the IConnection |
See Also