IDataSourceWizardConnectionStringsProvider.GetConnectionDescriptions() Method
In This Article
Returns the dictionary listing the data connections by their names.
Namespace: DevExpress.DataAccess.Web
Assembly: DevExpress.DataAccess.v24.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. |
See Also