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