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

IConnectionStringsProvider.GetConfigFileConnections() Method

If implemented, obtains information about connection strings defined in the application configuration file.

Namespace: DevExpress.Data.Entity

Assembly: DevExpress.Data.v19.1.dll

Declaration

IConnectionStringInfo[] GetConfigFileConnections()

Returns

Type Description
IConnectionStringInfo[]

An array of objects implementing the IConnectionStringInfo interface, which contain information about available connection strings.

See Also