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

Declaration

public interface IConnectionStringsProvider

Remarks

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

See Also