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

EFDataSourceModel Class

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

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

Declaration

public class EFDataSourceModel :
    DataSourceModelWithConnectionBase,
    IEFDataSourceModel,
    IDataComponentModelWithConnection,
    IDataComponentModel,
    IWizardModel,
    ICloneable
See Also