Back to Devexpress

DashboardConnectionStringsProvider Members

dashboard-devexpress-dot-dashboardaspnetcore-dot-dashboardconnectionstringsprovider-dot-underscore-members.md

latest3.6 KB
Original Source

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

NameDescription
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

NameDescription
DefaultConnectionStringsSectionNameSpecifies the section name in the appsettings.json file where connection strings are contained.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

DashboardConnectionStringsProvider Class

DevExpress.DashboardAspNetCore Namespace