OrderByOpenPropertyNode 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 ordering on a dynamic property
public class OrderByOpenPropertyNode : Microsoft.AspNet.OData.Query.OrderByNode
type OrderByOpenPropertyNode = class
inherit OrderByNode
Public Class OrderByOpenPropertyNode
Inherits OrderByNode
- Inheritance
Constructors
OrderByOpenPropertyNode(OrderByClause) |
Initializes a new instance of the OrderByOpenPropertyNode class. |
Properties
Direction |
Gets the OrderByDirection for the current node. (Inherited from OrderByNode) |
OrderByClause |
The order by clause |
PropertyName |
The name of the dynamic property |