Skip to main content

IDataSourceWizardConnectionStringsProvider.GetConnectionDescriptions() Method

Returns the dictionary listing the data connections by their names.

Namespace: DevExpress.DataAccess.Web

Assembly: DevExpress.DataAccess.v25.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

Dictionary<string, string> GetConnectionDescriptions()

Returns

Type Description
Dictionary<String, String>

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GetConnectionDescriptions() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also