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.1.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
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
Object
XafDataView
XpoDataView
See Also