OrderBy.Direction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
direction to order by
public enum OrderBy.Direction
type OrderBy.Direction =
Public Enum OrderBy.Direction
- Inheritance
-
OrderBy.Direction
Fields
Name | Value | Description |
---|---|---|
Asc | 0 | ascending |
Desc | 1 | descending |