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

IConnectionStringInfo.ProviderName Property

If implemented, gets the name of the data provider.

Namespace: DevExpress.Data.Entity

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

string ProviderName { get; }

Property Value

Type Description
String

A String value specifying the data provider name.

See Also