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.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
public interface IEFDataSourceModel :
IDataComponentModelWithConnection,
IDataComponentModel,
IWizardModel,
ICloneable
See Also