Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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