Sdílet prostřednictvím


OrderByNode Konstruktory

Definice

Přetížení

OrderByNode(OrderByClause)

Inicializuje novou instanci OrderByNode třídy.

OrderByNode(OrderByDirection)

Inicializuje novou instanci OrderByNode třídy.

OrderByNode(OrderByClause)

Inicializuje novou instanci OrderByNode třídy.

protected OrderByNode (Microsoft.OData.UriParser.OrderByClause orderByClause);
new Microsoft.AspNet.OData.Query.OrderByNode : Microsoft.OData.UriParser.OrderByClause -> Microsoft.AspNet.OData.Query.OrderByNode
Protected Sub New (orderByClause As OrderByClause)

Parametry

orderByClause
OrderByClause

Klauzule pořadí řazení.

Platí pro

OrderByNode(OrderByDirection)

Inicializuje novou instanci OrderByNode třídy.

protected OrderByNode (Microsoft.OData.UriParser.OrderByDirection direction);
new Microsoft.AspNet.OData.Query.OrderByNode : Microsoft.OData.UriParser.OrderByDirection -> Microsoft.AspNet.OData.Query.OrderByNode
Protected Sub New (direction As OrderByDirection)

Parametry

direction
OrderByDirection

Směr pořadí řazení.

Platí pro