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

IConnectionStringsProvider.GetConnections() Method

If implemented, obtains information about the available connection strings.

Namespace: DevExpress.Data.Entity

Assembly: DevExpress.Data.v18.2.dll

Declaration

IConnectionStringInfo[] GetConnections()

Returns

Type Description
IConnectionStringInfo[]

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

See Also