OrderByQueryOption.OrderByNodes Property
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.
Gets the mutable list of OrderByPropertyNode instances for this query option.
public System.Collections.Generic.IList<Microsoft.AspNet.OData.Query.OrderByNode> OrderByNodes { get; }
member this.OrderByNodes : System.Collections.Generic.IList<Microsoft.AspNet.OData.Query.OrderByNode>
Public ReadOnly Property OrderByNodes As IList(Of OrderByNode)