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

IConnectionStringsProvider Interface

If implemented, provides access to the available connection strings.

Namespace: DevExpress.Data.Entity

Assembly: DevExpress.Data.v20.1.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public interface IConnectionStringsProvider

Remarks

An object implementing the IConnectionStringsProvider interface is returned by the EFDataConnection.ConnectionStringsProvider property.

See Also