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.

EFDataViewRecord Class

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.

Namespace: DevExpress.ExpressApp.EF

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

NuGet Package: DevExpress.ExpressApp.EF

Declaration

public class EFDataViewRecord :
    XafDataViewRecord

Remarks

The EFDataViewRecord objects are contained in the EFDataView collection and returned by the ListView.CurrentObject and ListView.SelectedObjects properties instead of original business objects when the List View operates in the DataView mode.

Implements

Inheritance

Object
XafDataViewRecord
EFDataViewRecord
See Also