August 2003
Intermediate to advanced
928 pages
32h 1m
English
XmlSortOrder
This enumeration specifies how nodes are sorted by numerical value, either ascending or descending.
public enum XmlSortOrder { Ascending = 1, Descending = 2 }
System.Object → System.ValueType
→ System.Enum(System.IComparable,
System.IFormattable, System.IConvertible) →
XmlSortOrder
XPathExpression.AddSort( )