Back to Devexpress

DashboardConnectionStringsProvider Constructors

dashboard-devexpress-dot-dashboardaspnetcore-dot-dashboardconnectionstringsprovider-dot-ctor.md

latest1.5 KB
Original Source

DashboardConnectionStringsProvider Constructors

A data connection string provider for ASP.NET Core. This provider allows users to create new data sources based on predefined connection strings from the configuration file.

NameParametersDescription
DashboardConnectionStringsProvider(IConfiguration, String)configuration, sectionNameInitializes a new instance of the DashboardConnectionStringsProvider class with the specified section name from the appsettings.json file.
DashboardConnectionStringsProvider(IConfiguration)configurationInitializes a new instance of the DashboardConnectionStringsProvider class with a default section name from the appsettings.json file.

See Also

DashboardConnectionStringsProvider Class

DashboardConnectionStringsProvider Members

DevExpress.DashboardAspNetCore Namespace