Skip to main content
A newer version of this page is available. .

ProviderLookupItem.ProviderName Property

Specifies the data provider name.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public string ProviderName { get; }

Property Value

Type Description
String

A String value, specifying the data provider name.

See Also