OrderByNode.CreateCollection(OrderByClause) Method
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.
Creates a list of OrderByNode instances from a linked list of OrderByClause instances.
public static System.Collections.Generic.IList<Microsoft.AspNet.OData.Query.OrderByNode> CreateCollection (Microsoft.OData.UriParser.OrderByClause orderByClause);
static member CreateCollection : Microsoft.OData.UriParser.OrderByClause -> System.Collections.Generic.IList<Microsoft.AspNet.OData.Query.OrderByNode>
Public Shared Function CreateCollection (orderByClause As OrderByClause) As IList(Of OrderByNode)
Parameters
- orderByClause
- OrderByClause
The head of the OrderByClause linked list.
Returns
The list of new OrderByPropertyNode instances.