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

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.v19.1.dll

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