OrderByNode.CreateCollection(OrderByClause) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une liste d’instances OrderByNode à partir d’une liste liée d’instances OrderByClause .
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)
Paramètres
- orderByClause
- OrderByClause
Tête de liste OrderByClause liée.
Retours
Liste des nouvelles OrderByPropertyNode instances.