FunctionCallNode(String, IList<QueryNode>) Constructor

Definition

Initializes an instance of 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))

Parameters

name
String

The name of the function to call.

arguments
IList<QueryNode>

The list of arguments to this function call.

Applies to