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.| Name | Parameters | Description |
|---|---|---|
| DashboardConnectionStringsProvider(IConfiguration, String) | configuration, sectionName | Initializes a new instance of the DashboardConnectionStringsProvider class with the specified section name from the appsettings.json file. |
| DashboardConnectionStringsProvider(IConfiguration) | configuration | Initializes a new instance of the DashboardConnectionStringsProvider class with a default section name from the appsettings.json file. |
See Also