Skip to main content

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.v22.1.dll

NuGet Package: DevExpress.DataAccess

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