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

SqlDataConnection.ProviderKey Property

Identifies the data store provider.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

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

Property Value

Type Description
String

A String value, identifying the data store provider.

See Also