Skip to main content
A newer version of this page is available. .
All docs
V22.2
.NET Framework 4.5.2+

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