ArcGIS API for Silverlight - Library Reference
OrderByFields Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > Query Class : OrderByFields Property

Gets or sets the order by fields. Used to indicate a sorting order for the results of the query task.

Syntax

Visual Basic (Declaration) 
Public Property OrderByFields As IList(Of OrderByField)
C# 
public IList<OrderByField> OrderByFields {get; set;}

Property Value

The order by fields.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.