Skip to main content

SqlDataConnection.ProviderKey Property

Identifies the data store provider.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

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

Property Value

Type Description
String

A String value, identifying the data store provider.

See Also