Show / Hide Table of Contents

Property OrderByFields

OrderByFields

Gets a mutable list of OrderBy objects indicating the display order for the related records and whether they should be sorted in ascending or descending order.

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

A mutable list of OrderBy.

Remarks

If this list is empty, the related records are displayed in whatever order the server decides.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.