OrderByNode(QueryNode, OrderByDirection) コンストラクター

定義

OrderByNode のインスタンスを初期化します。

public OrderByNode (Microsoft.WindowsAzure.MobileServices.Query.QueryNode expression, Microsoft.WindowsAzure.MobileServices.Query.OrderByDirection direction);
new Microsoft.WindowsAzure.MobileServices.Query.OrderByNode : Microsoft.WindowsAzure.MobileServices.Query.QueryNode * Microsoft.WindowsAzure.MobileServices.Query.OrderByDirection -> Microsoft.WindowsAzure.MobileServices.Query.OrderByNode
Public Sub New (expression As QueryNode, direction As OrderByDirection)

パラメーター

expression
QueryNode

order-by 式。

direction
OrderByDirection

順序付けの方向。

適用対象