Back to Devexpress

XpoDataView Class

expressappframework-devexpress-dot-expressapp-dot-xpo-a6203946.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Xpo

Declaration

csharp
public class XpoDataView :
    XafDataView
vb
Public Class XpoDataView
    Inherits 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

Object XafDataView XpoDataView

See Also

XpoDataView Members

DevExpress.ExpressApp.Xpo Namespace