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

ConfigureEFStoredProceduresPage<TModel> Class

Provides a presenter to the Bind to a Stored Procedure page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public class ConfigureEFStoredProceduresPage<TModel> :
    WizardPageBase<IConfigureEFStoredProceduresPageView, TModel>
    where TModel : class, IEFDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IConfigureEFStoredProceduresPageView interface.

See Also