XmlSortOrder Enumeration
.NET Framework 2.0
Specifies the sort order.
Namespace: System.Xml.XPath
Assembly: System.Xml (in system.xml.dll)
Assembly: System.Xml (in system.xml.dll)
| Member name | Description | |
|---|---|---|
| Ascending | Nodes are sorted in ascending order. For example, if the numbers 1,2,3, and 4 are sorted in ascending order, they appear as 1,2,3,4. | |
| Descending | Nodes are sorted in descending order. For example, if the numbers 1,2,3, and 4 are sorted in descending order, they appear as, 4,3,2,1. |
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: