OrderByClause Class
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.
Represents the result of parsing the $orderby query option.
public sealed class OrderByClause
type OrderByClause = class
Public NotInheritable Class OrderByClause
- Inheritance
-
OrderByClause
Constructors
OrderByClause(OrderByClause, SingleValueNode, OrderByDirection, RangeVariable) |
Creates an OrderByClause. |
Properties
Direction |
Gets the direction to order. |
Expression |
Gets the order-by expression. |
ItemType |
Gets the type of a single item from the collection returned after ordering. |
RangeVariable |
Gets the rangeVariable for the expression which represents a single value from the collection we iterate over. |
ThenBy |
Gets the next orderby to perform after performing this orderby, can be null in the case of only a single orderby expression. |