OrderByClause Class
Represents the result of parsing the $orderby query option.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.Query.SemanticAst.OrderByClause
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class OrderByClause
'Usage
Dim instance As OrderByClause
public sealed class OrderByClause
public ref class OrderByClause sealed
[<SealedAttribute>]
type OrderByClause = class end
public final class OrderByClause
The OrderByClause type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OrderByClause | Initializes a new instance of the OrderByClause class. |
Top
Properties
Name | Description | |
---|---|---|
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 range variable 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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.