corelibraries-devexpress-dot-dataaccess-dot-entityframework.md
An Entity Framework data source.
Namespace : DevExpress.DataAccess.EntityFramework
Assembly : DevExpress.DataAccess.v25.2.dll
NuGet Package : DevExpress.DataAccess
[ToolboxBitmap(typeof(EFDataSource), "EFDataSource.bmp")]
public class EFDataSource :
DataComponentBase,
IListSource,
IListAdapter2,
IListAdapter,
ISupportInitialize,
ITypedList,
IDynamicLookupSettingsDataProvider,
IDataConnectionParametersService
<ToolboxBitmap(GetType(EFDataSource), "EFDataSource.bmp")>
Public Class EFDataSource
Inherits DataComponentBase
Implements IListSource,
IListAdapter2,
IListAdapter,
ISupportInitialize,
ITypedList,
IDynamicLookupSettingsDataProvider,
IDataConnectionParametersService
The following members return EFDataSource objects:
EFDataSource supports the following Entity Framework versions:
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.
Object MarshalByRefObject Component DataComponentBase EFDataSource DashboardEFDataSource
See Also
How to Create the Data Access Library Data Sources at Runtime
Bind a Report to an Entity Framework Data Source
Bind a Report to an Entity Framework Stored Procedure