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

ChooseEFDataMemberPage<TModel> Class

Provides a presenter to the Select a Data Member page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v20.2.dll

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

Declaration

public class ChooseEFDataMemberPage<TModel> :
    WizardPageBase<IChooseEFDataMemberPageView, TModel>
    where TModel : class, IEFDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseEFDataMemberPageView interface.

See Also