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

ConfigureEFConnectionStringPage<TModel> Class

Provides a presenter to the Specify a Connection String page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public class ConfigureEFConnectionStringPage<TModel> :
    WizardPageBase<IConfigureEFConnectionStringPageView, TModel>
    where TModel : class, IEFDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IConfigureEFConnectionStringPageView interface.

See Also