IConnectionStorageService.GetConnections() Method
Obtains a collection of data connections, available in the connection storage.
Namespace: DevExpress.DataAccess.Wizard.Services
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Returns
Type | Description |
---|---|
IEnumerable<SqlDataConnection> | A collection of SqlDataConnection objects. |
See Also