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

IEFDataSourceModel Interface

If implemented, accumulates intermediate settings of the Entity Framework data source during the execution of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public interface IEFDataSourceModel :
    IDataComponentModelWithConnection,
    IDataComponentModel,
    IWizardModel,
    ICloneable
See Also