A newer version of this page is available.
Switch to the current version.
ChooseEFConnectionStringPage<TModel> Class
Provides a presenter to the Select the Connection String page of the Data Source Wizard.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
public class ChooseEFConnectionStringPage<TModel> :
WizardPageBase<IChooseEFConnectionStringPageView, TModel>
where TModel : class, IEFDataSourceModel
Public Class ChooseEFConnectionStringPage(Of TModel As {Class, IEFDataSourceModel})
Inherits WizardPageBase(Of IChooseEFConnectionStringPageView, TModel)
Type Parameters
Name |
---|
TModel |
Remarks
This presenter is associated with views implementing the IChooseEFConnectionStringPageView interface.
Inheritance
See Also
Feedback