Partager via


FunctionCallNode Classe

Définition

Nœud représentant un appel de fonction.

public sealed class FunctionCallNode : Microsoft.WindowsAzure.MobileServices.Query.QueryNode
type FunctionCallNode = class
    inherit QueryNode
Public NotInheritable Class FunctionCallNode
Inherits QueryNode
Héritage
FunctionCallNode

Constructeurs

FunctionCallNode(String, IList<QueryNode>)

Initialise une instance de FunctionCallNode.

Propriétés

Arguments

Obtient la liste des arguments à cet appel de fonction.

Kind

Obtient le type du nœud de requête.

Name

Obtient le nom de la fonction à appeler.

Méthodes

Accept<T>(QueryNodeVisitor<T>)

Accepter un QueryNodeVisitor<T> pour marcher un arbre de QueryNodes.

S’applique à