Show / Hide Table of Contents

Property OrderByFields

OrderByFields

Gets the list of order by objects that indicates how to sort the results.

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

A list containing OrderBy types.

Remarks

Results can be sorted by one or more fields. Each order by 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.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.1 - 200.7
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.7
In This Article
Back to top Copyright © 2022 Esri.