DevExpress.DataAccess.Web Namespace
Contains classes and interfaces that provide the SQL Data Source Wizard functionality in web applications.
Assembly: DevExpress.DataAccess.v20.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess
Classes
| Name | Description |
|---|---|
| ConfigFileConnectionStringsProvider | Provide access to the ConnectionStringsSection data for the current application’s configuration. |
Interfaces
| Name | Description |
|---|---|
| IConnectionProviderFactory | Provides methods for creating a provider to restore a data connection on deserializing a report. |
| IDataSourceWizardConnectionStringsProvider | If implemented, enables managing data connections used by 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. |
| IDBSchemaProviderExFactory | Contains a method that creates a custom database schema provider (an object with the IDBSchemaProviderEx interface) for the report’s preview. |
| 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. |
| ISqlDataSourceWizardCustomizationService | When implemented, provides functionality for customizing the SQL Data Source Wizard of the Web Report Designer. |