windowsforms-115389-common-features-data-source-wizard-wizard-customization-api-page-views-and-presenters.md
This document lists pages included in the Data Source Wizard along with classes defining presenters and page views. Wizard pages listed in this document are divided into groups based on the corresponding wizard section.
Structural elements of the Data Source Wizard conform to the MVP (model-view-presenter) pattern and are contained in the following namespaces.
Models
Views
Presenters
To learn about presenters and views corresponding to specific Data Source Wizard pages, see the following sections in this document.
During Data Source Wizard execution, intermediate settings of the SQL data source are accumulated by the SqlDataSourceModel class.
During the Data Source Wizard execution, intermediate settings of the Entity Framework data source are accumulated by the EFDataSourceModel class.
During Data Source Wizard execution, intermediate settings of the object data source are accumulated by the ObjectDataSourceModel class.
During Data Source Wizard execution, intermediate settings of the Excel data source are accumulated by the ExcelDataSourceModel class.