Skip to main content
All docs
V23.2
.NET 6.0+

XpoDataView Fields

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.
Name Description
UseServerSideSorting Indicates that the sort operation is executed on the server side before the result set is trimmed according to the TopReturnedObjects property.
See Also