EFDataSource Class
An Entity Framework data source.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
[ToolboxBitmap(typeof(EFDataSource), "EFDataSource.bmp")]
[ToolboxSvgImage("DevExpress.DataAccess.Images.EFDataSource.svg,DevExpress.DataAccess.v24.1, Version=24.1.99.0, Culture=neutral, PublicKeyToken=c38a27d2243c2672")]
[XRDesigner("DevExpress.DataAccess.UI.Design.XREFDataSourceDesigner,DevExpress.DataAccess.v24.1.UI, Version=24.1.99.0, Culture=neutral, PublicKeyToken=c38a27d2243c2672", typeof(IDesigner))]
public class EFDataSource :
DataComponentBase,
IListSource,
IListAdapter2,
IListAdapter,
ISupportInitialize,
ITypedList,
IDynamicLookupSettingsDataProvider,
IDataConnectionParametersService
Related API Members
The following members return EFDataSource objects:
Remarks
EFDataSource supports the following Entity Framework versions:
- Entity Framework 5.0 and higher.
- Entity Framework Core 1.0 and higher.
Note that the Entity Framework context class passed to an EFConnectionParameters.Source should be public.
Note
To connect to different database types using EFDataSource, you need to install a corresponding data provider. For instance, install the System.Data.SQLite.EF6 data provider to connect to an SQLite database using Entity Framework 6.