DashboardConnectionStringsProvider Members
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.Constructors
| Name | Description |
|---|---|
| DashboardConnectionStringsProvider(IConfiguration, String) | Initializes a new instance of the DashboardConnectionStringsProvider class with the specified section name from the appsettings.json file. |
| DashboardConnectionStringsProvider(IConfiguration) | Initializes a new instance of the DashboardConnectionStringsProvider class with a default section name from the appsettings.json file. |
Fields
| Name | Description |
|---|---|
| DefaultConnectionStringsSectionName | Specifies the section name in the appsettings.json file where connection strings are contained. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also