Skip to main content

ConfigFileConnectionStringsProvider.GetConnectionDescriptions() Method

Returns the dictionary listing the data connections by their names.

Namespace: DevExpress.DataAccess.Web

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public Dictionary<string, string> GetConnectionDescriptions()

Returns

Type Description
Dictionary<String, String>

An object containing connection names and their descriptions.

See Also