Skip to main content
A newer version of this page is available.

EFDataView Class

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.

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF.v18.1.dll

Declaration

public class EFDataView :
    XafDataView

Remarks

This class is the Entity Framework specific implementation of XafDataView. Objects of the EFDataView type are returned by the IObjectSpace.CreateDataView method when the Object Space is EFObjectSpace. For details, refer to the base class description.

Inheritance

See Also