corelibraries-devexpress-dot-dataaccess-6f755592.md
Contains classes and interfaces that provide the SQL Data Source Wizard functionality in web applications.
Assembly : DevExpress.DataAccess.v25.2.dll
NuGet Package : DevExpress.DataAccess
| Name | Description |
|---|---|
| ConfigFileConnectionStringsProvider | A data connection string provider for ASP.NET MVC and ASP.NET Web Forms. This provider allows users to create new data sources based on predefined connection strings from the configuration file. |
| Name | Description |
|---|---|
| IConnectionProviderFactory | Provides methods for creating a provider to restore a data connection on deserializing a report. |
| IDataSourceWizardConnectionStringsProvider | Allows you to manage data connections available in the Data Source Wizard. |
| IDataSourceWizardDBSchemaProviderExFactory | Contains a method that creates a custom database schema provider (an object with the IDBSchemaProviderEx interface) for the Data Source Wizard. |
| IDataSourceWizardJsonConnectionStorage | Defines a connection storage that receives, stores, and provides JSON connection strings on demand. |
| IDataSourceWizardMongoDBConnectionStringsProvider | Allows you to manage MongoDB data connections available in the Data Source Wizard and Report Wizard. |
| IDBSchemaProviderExFactory | Contains a method that creates a custom database schema provider (an object with the IDBSchemaProviderEx interface) for the report’s preview. |
| IEFContextProviderFactory | When implemented, supplies a service that allows you to obtain the EF Core context from the dependency injection container. |
| IJsonDataConnectionProviderFactory | |
| IObjectDataSourceConstructorFilterService | Provides the list of type constructors to display in the Report Wizard and Data Source Wizard. |
| IObjectDataSourceMemberFilterService | Provides the list of type members to display in the Report Wizard and Data Source Wizard. |
| IObjectDataSourceWizardTypeProvider | Provides the list of types to display in the Report Wizard and Data Source Wizard. |
| ISelectQueryFilterService | A service that allows you to apply row-level filtering to all SELECT queries for the Document Viewer, Report Designer Preview, and Query Builder components. |
| ISqlDataSourceWizardCustomizationService | When implemented, provides functionality for customizing the SQL Data Source Wizard of the Web Report Designer. |
| IWizardJsonDataSourceSchemaDiscoveryInterceptor | Allows you to specify the number of data source records that the JsonDataSource uses to build the schema. |