次の方法で共有


FunctionCallNode(String, IList<QueryNode>) コンストラクター

定義

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

public FunctionCallNode (string name, System.Collections.Generic.IList<Microsoft.WindowsAzure.MobileServices.Query.QueryNode> arguments);
new Microsoft.WindowsAzure.MobileServices.Query.FunctionCallNode : string * System.Collections.Generic.IList<Microsoft.WindowsAzure.MobileServices.Query.QueryNode> -> Microsoft.WindowsAzure.MobileServices.Query.FunctionCallNode
Public Sub New (name As String, arguments As IList(Of QueryNode))

パラメーター

name
String

呼び出す関数の名前。

arguments
IList<QueryNode>

この関数呼び出しに対する引数のリスト。

適用対象