DevExpress.DataAccess.Wizard.Services Namespace
Provides a service functionality to the Data Connection wizard.
Assemblies: DevExpress.Data.v20.1.dll, DevExpress.DataAccess.v20.1.dll
NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data, DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess
Classes
| Name | Description |
|---|---|
| CustomQueryValidator | A default implementation of the ICustomQueryValidator interface that provides custom validation logic for SQL queries. |
| DataSourceTypes | Specifies the data source types available on the Select the Data Source Type wizard page. |
Interfaces
| Name | Description |
|---|---|
| IConnectionProviderService | If implemented, enables you to restore a data connection on deserializing a report. |
| IConnectionStorageService | When implemented by a class, provides a service functionality to store the data connection settings in WinForms applications. |
| ICustomQueryValidator | When implemented, provides custom validation logic for SQL queries. |
| IDataSourceNameCreationService | If implemented, provides a service for validating custom data source names. |
| IExceptionHandler | When implemented by a class, provides the exception handler functionality. |
| IJsonConnectionStorageService | |
| IParameterService | When implemented by a class, provides a service functionality to manage report parameters created in the Report Wizard. |
| ISupportCancel | If implemented, enables the Cancel button on a form. |
| IWaitFormActivator | If implemented, provides the splash screen functionality. |