OrderType 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.
Contains the possible values for the order type in an OrderExpression.
public enum class OrderType
[System.Runtime.Serialization.DataContract(Name="OrderType", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
public enum OrderType
[<System.Runtime.Serialization.DataContract(Name="OrderType", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
type OrderType =
Public Enum OrderType
- Inheritance
-
OrderType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Ascending | 0 | The values of the specified attribute should be sorted in ascending order, from lowest to highest. |
Descending | 1 | The values of the specified attribute should be sorted in descending order, from highest to lowest. |