Skip to main content

IConnectionStringsProvider.GetConfigFileConnections() Method

Returns information about connection strings defined in the application configuration file.

Namespace: DevExpress.Data.Entity

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

IConnectionStringInfo[] GetConfigFileConnections()

Returns

Type Description
IConnectionStringInfo[]

An array of IConnectionStringInfo objects with information about the connection strings.

See Also