OrderByPropertyNode 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 an order by IEdmProperty expression.
public class OrderByPropertyNode : Microsoft.AspNet.OData.Query.OrderByNode
type OrderByPropertyNode = class
inherit OrderByNode
Public Class OrderByPropertyNode
Inherits OrderByNode
- Inheritance
Constructors
OrderByPropertyNode(IEdmProperty, OrderByDirection) |
Initializes a new instance of the OrderByPropertyNode class. |
OrderByPropertyNode(OrderByClause) |
Initializes a new instance of the OrderByPropertyNode class. |
Properties
Direction |
Gets the OrderByDirection for the current node. (Inherited from OrderByNode) |
OrderByClause |
Gets the OrderByClause of this node. |
Property |
Gets the IEdmProperty for the current node. |