Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the mutable list of OrderByPropertyNode instances for this query option.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public IList<OrderByNode> OrderByNodes { get; }
public:
property IList<OrderByNode^>^ OrderByNodes {
IList<OrderByNode^>^ get();
}
member OrderByNodes : IList<OrderByNode> with get
Public ReadOnly Property OrderByNodes As IList(Of OrderByNode)
Property Value
Type: System.Collections.Generic.IList<OrderByNode>
See Also
OrderByQueryOption Class
System.Web.Http.OData.Query Namespace
Return to top