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.v19.2.dll

Declaration

public IConnectionStringsProvider ConnectionStringsProvider { get; set; }

Property Value

Type Description
IConnectionStringsProvider

An object implementing the IConnectionStringsProvider interface.

See Also