OrderByPropertyNode Constructeurs
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.
Surcharges
OrderByPropertyNode(OrderByClause) |
Initialise une nouvelle instance de la classe OrderByPropertyNode. |
OrderByPropertyNode(IEdmProperty, OrderByDirection) |
Initialise une nouvelle instance de la classe OrderByPropertyNode. |
OrderByPropertyNode(OrderByClause)
Initialise une nouvelle instance de la classe OrderByPropertyNode.
public OrderByPropertyNode (Microsoft.OData.UriParser.OrderByClause orderByClause);
new Microsoft.AspNet.OData.Query.OrderByPropertyNode : Microsoft.OData.UriParser.OrderByClause -> Microsoft.AspNet.OData.Query.OrderByPropertyNode
Public Sub New (orderByClause As OrderByClause)
Paramètres
- orderByClause
- OrderByClause
Clause orderby représentant l'accès propriété.
S’applique à
OrderByPropertyNode(IEdmProperty, OrderByDirection)
Initialise une nouvelle instance de la classe OrderByPropertyNode.
public OrderByPropertyNode (Microsoft.OData.Edm.IEdmProperty property, Microsoft.OData.UriParser.OrderByDirection direction);
new Microsoft.AspNet.OData.Query.OrderByPropertyNode : Microsoft.OData.Edm.IEdmProperty * Microsoft.OData.UriParser.OrderByDirection -> Microsoft.AspNet.OData.Query.OrderByPropertyNode
Public Sub New (property As IEdmProperty, direction As OrderByDirection)
Paramètres
- property
- IEdmProperty
IEdmProperty pour ce nœud.
- direction
- OrderByDirection
OrderByDirection pour ce nœud.