Skip to main content
A newer version of this page is available. .

DevExpress.DataAccess.Wizard.Model Namespace

Provides a model functionality for the Data Connection wizard.

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Classes

Name Description
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 the Data Source Type wizard page.
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.
JsonDataSourceModel Accumulates intermediate settings of the JSON data source during the execution of the Data Source Wizard.
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.

Interfaces

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.
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.
IJsonDataSourceModel If implemented, accumulates intermediate JSON data source settings during the execution of the Data Source Wizard.
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.

Enums

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.