Partager via


FunctionCallNode(String, IList<QueryNode>) Constructeur

Définition

Initialise une instance de 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))

Paramètres

name
String

Nom de la fonction à appeler.

arguments
IList<QueryNode>

Liste des arguments à cet appel de fonction.

S’applique à