corelibraries-devexpress-dot-dataaccess-dot-wizard.md
Provides a model functionality for the Data Connection wizard.
Assembly : DevExpress.DataAccess.v25.2.dll
NuGet Package : DevExpress.DataAccess
| Name | Description |
|---|---|
| CannotGetTypesException | |
| CheckItem<T> | Provides a model that stores the information about a custom query on the Create a Query or Select a Stored Procedure (Multi-Query Version) page of the Data Source Wizard. |
| DataSourceModel | Accumulates intermediate data source settings during the execution of a Data Source Wizard. |
| DataSourceModelBase | The base for classes that accumulate intermediate settings of data sources during the execution of the Data Source Wizard. |
| DataSourceModelWithConnectionBase | The base for classes that accumulate intermediate settings of data sources with data connections during the execution of the Data Source Wizard. |
| DataSourceType | Lists the data source types available on the Select a Data Connection Type and Select the Data Source Type wizard pages. |
| EFDataSourceModel | Accumulates intermediate settings of the Entity Framework data source during the execution of the Data Source Wizard. |
| ExcelDataSourceModel | Accumulates intermediate Excel data source settings during the execution of the Data Source Wizard. |
| FederationDataSourceModel | |
| JsonDataSourceModel | Accumulates intermediate settings of the JSON data source during the execution of the Data Source Wizard. |
| MongoDBDataSourceModel | |
| ObjectDataSourceModel | Accumulates intermediate object data source settings during the execution of the Data Source Wizard. |
| SqlDataSourceModel | Accumulates intermediate SQL data source settings during the execution of the Data Source Wizard. |
| XPObjectSourceModel | Accumulates intermediate settings of the XPO data source during the execution of the Data Source Wizard. |
| Name | Description |
|---|---|
| IDataComponentModel | The base for interfaces that accumulate intermediate settings of data sources during the execution of the Data Source Wizard. |
| IDataComponentModelWithConnection | The base for interfaces that accumulate intermediate settings of data sources with data connections during the execution of the Data Source Wizard. |
| IDataConnection | When implemented by a class, enables it to connect to a data source. |
| IDataConnectionProvider | |
| IDataSourceModel | If implemented, accumulates intermediate data source settings during the execution of a Data Source Wizard. |
| IEFDataSourceModel | If implemented, accumulates intermediate settings of the Entity Framework data source during the execution of the Data Source Wizard. |
| IExcelDataSourceModel | If implemented, accumulates intermediate Excel data source settings during the execution of the Data Source Wizard. |
| IFederationDataSourceModel | |
| IJsonDataSourceModel | If implemented, accumulates intermediate JSON data source settings during the execution of the Data Source Wizard. |
| IMongoDBDataConnectionModel | |
| IMongoDBDataSourceModel | |
| IObjectDataSourceModel | If implemented, accumulates intermediate object data source settings during the execution of the Data Source Wizard. |
| ISqlDataConnectionModel | |
| ISqlDataSourceModel | If implemented, accumulates intermediate SQL data source settings during the execution of the Data Source Wizard. |
| IXPObjectSourceModel | If implemented, accumulates intermediate XPO data source settings during the execution of the Data Source Wizard. |
| Name | Description |
|---|---|
| SaveConnectionMethod | Lists the values indicating how to save the connection string. |
| ShowAllState | Lists the values indicating the bindable objects available in the Data Source Wizard. |