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

IConnectionStringsProvider.GetConnections() Method

Returns information about the available connection strings.

Namespace: DevExpress.Data.Entity

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

IConnectionStringInfo[] GetConnections()

Returns

Type Description
IConnectionStringInfo[]

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

See Also