Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

DevExpress.ExpressApp.EF Namespace

Contains classes that provide the Entity Framework 6 support.

Assembly: DevExpress.ExpressApp.EF.v20.2.dll

NuGet Package: DevExpress.ExpressApp.EF

Classes

Name Description
EFDataView A lightweight read-only list of data records (a data view) retrieved from a database without loading complete Entity Framework objects. Can be queried much more quickly than a real objects collection.
EFDataViewRecord A EF-oriented class that represents a lightweight read-only data record (a data view) retrieved from a database without loading a complete business object.
EFObjectSpace An Object Space which is used for data manipulation via the Entity Framework.
EFObjectSpaceProvider Provides an Object Space in EF 6-based XAF applications.