System.Xml.XPath.XmlSortOrder Enumeration

Assembly: System.Xml.dll
Namespace: System.Xml.XPath
Summary
Specifies the sort order.
C# Syntax:
[Serializable]
public enum XmlSortOrder
See also:
System.Xml.XPath Namespace | XPathExpression.AddSort

System.Xml.XPath.XmlSortOrder Member List:

Public Fields
Ascending Nodes are sorted in ascending order. For example, if the numbers 1,2,3,4 were being sorted in an ascending order, they would appear as 1,2,3,4.
Descending Nodes are sorted in descending order. For example, if the numbers 1,2,3,4 were being sorted in an descending order, they would appear as, 4,3,2,1.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.