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

IConnectionStorageService.GetConnections() Method

Obtains a collection of data connections, available in the connection storage.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

IEnumerable<SqlDataConnection> GetConnections()

Returns

Type Description
IEnumerable<SqlDataConnection>

A collection of SqlDataConnection objects.

See Also