PropSortType Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
AsCaseInsensitiveString | 1 | Sort the collection converting the value to a string (for the sort only) and comparing case-insensitively. | |
AsCaseSensitiveString | 2 | Sort the collection converting the value to a string (for the sort only) and comparing case-sensitively. | |
AsInteger | 3 | Sort the collection converting the value to an integer (for the sort only) and comparing numerically. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.