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

IDataSourceWizardConnectionStringsProvider.GetConnectionDescriptions() Method

Returns the dictionary listing the data connections by their names.

Namespace: DevExpress.DataAccess.Web

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

Dictionary<string, string> GetConnectionDescriptions()

Returns

Type Description
Dictionary<String, String>

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

See Also