Skip to main content

IDataSourceWizardConnectionStringsProvider.GetConnectionDescriptions() Method

Returns the dictionary listing the data connections by their names.

Namespace: DevExpress.DataAccess.Web

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

Dictionary<string, string> GetConnectionDescriptions()

Returns

Type Description
Dictionary<String, String>

A Dictionary<String,String> object containing connection names and their descriptions.

See Also