ArcGIS Runtime SDK for WPF - Library Reference
OrderByField Constructor(String,SortOrder)
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > OrderByField Class > OrderByField Constructor : OrderByField Constructor(String,SortOrder)

Field
The field to be sorted.
SortOrder
The sort order.
Initializes a new instance of the OrderByField class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal Field As String, _
   Optional ByVal SortOrder As SortOrder _
)
C# 
public OrderByField( 
   string Field,
   SortOrder SortOrder
)

Parameters

Field
The field to be sorted.
SortOrder
The sort order.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.