Back to Devexpress

IEFDataSourceModel Interface

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-model-37e09341.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public interface IEFDataSourceModel :
    IDataComponentModelWithConnection,
    IDataComponentModel,
    IWizardModel,
    ICloneable
vb
Public Interface IEFDataSourceModel
    Inherits IDataComponentModelWithConnection,
             IDataComponentModel,
             IWizardModel,
             ICloneable

See Also

IEFDataSourceModel Members

DevExpress.DataAccess.Wizard.Model Namespace