Click or drag to resize

PropSortType Enumeration

The types of sorting available using Properties.SortByValue().

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum PropSortType
Members
  Member nameValueDescription
AsCaseInsensitiveString1Sort the collection converting the value to a string (for the sort only) and comparing case-insensitively.
AsCaseSensitiveString2Sort the collection converting the value to a string (for the sort only) and comparing case-sensitively.
AsInteger3Sort the collection converting the value to an integer (for the sort only) and comparing numerically.
See Also