Skip to main content
.NET 6.0+

XpoDataView Class

A lightweight read-only list of data records (a data view) retrieved from a database without loading complete XPO objects. Can be queried much more quickly than a real objects collection.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

public class XpoDataView :
    XafDataView

Remarks

This class is the XPO-specific implementation of XafDataView. Objects of the XpoDataView type are returned by the IObjectSpace.CreateDataView method when the Object Space is XPObjectSpace. For details, refer to the base class description.

Inheritance

See Also