Chili.Opf3 Send comments on this topic.
SortOrders Enumeration
See Also  
Chili.Opf3.Query.OPathParser Namespace : SortOrders Enumeration




Specifies how resultset of a query is sorted.

Syntax

Visual Basic (Declaration) 
Public Enum SortOrders 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As SortOrders
C# 
public enum SortOrders : Enum 
Managed Extensions for C++ 
__value public enum SortOrders : public Enum 
C++/CLI 
public enum class SortOrders : public Enum 

Members

MemberDescription
Ascending Sorts the result from the element with the smallest value to the one with the highest value.
Descending Sorts the result from the element with the highest value to the one with the smallest value.

Remarks

This enumeration is used by the framework to specify how a result set is sorted.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Chili.Opf3.Query.OPathParser.SortOrders

Requirements

Namespace: Chili.Opf3.Query.OPathParser

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also