Skip to main content

SqlDataConnection.ProviderKey Property

Identifies the data store provider.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

[Browsable(false)]
public string ProviderKey { get; set; }

Property Value

Type Description
String

A String value, identifying the data store provider.

See Also