Show / Hide Table of Contents

Property OrderByFields

OrderByFields

Gets the fields by which query results will be ordered.

Declaration
public IList<OrderBy> OrderByFields { get; }
Property Value
Type Description
System.Collections.Generic.IList<OrderBy>

The field names that describe how results are ordered.

Remarks

Results can be sorted by one or more fields. Each OrderBy instance includes a field name and whether to sort by that field in ascending or descending order. If a service-based table is being queried it must support advanced queries.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
In This Article
Back to top Copyright © 2022 Esri.