DbSortFlags Enumeration | |
Flags that describe how a DbSort operation can be done.
Namespace:
XSharp.RDD.Enums
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax [FlagsAttribute]
enum DbSortFlags
[FlagsAttribute]
public enum DbSortFlags
Members
| Member name | Value | Description |
---|
| Default | 0 | An ascending sort (default) |
| Case | 1 | A case-insensitive sort |
| Numeric | 2 | A sort with printable numerics |
| Ascii | 4 | A sort for ASCII (not nation-dependent) |
| Long | 128 | A sort with long integer values |
| Descending | 256 | A descending sort |
See Also