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

EFDataConnection.ConnectionStringsProvider Property

Specifies the connection string provider for an EFDataConnection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v20.2.dll

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

Declaration

public IConnectionStringsProvider ConnectionStringsProvider { get; set; }

Property Value

Type Description
IConnectionStringsProvider

An object implementing the IConnectionStringsProvider interface.

See Also