FunctionCallToken Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Jeton lexical représentant un appel de fonction.
public sealed class FunctionCallToken : Microsoft.OData.UriParser.QueryToken
type FunctionCallToken = class
inherit QueryToken
Public NotInheritable Class FunctionCallToken
Inherits QueryToken
- Héritage
Constructeurs
FunctionCallToken(String, IEnumerable<FunctionParameterToken>, QueryToken) |
Créez un objet FunctionCallToken à l’aide du nom de fonction et des jetons de paramètre donnés. |
FunctionCallToken(String, IEnumerable<QueryToken>) |
Créez un objet FunctionCallToken à l’aide du nom de fonction et des valeurs d’argument donnés. |
Propriétés
Arguments |
Arguments de la fonction. |
Kind |
Type de jeton de requête. |
Name |
Nom de la fonction à appeler. |
Source |
Parent syntaxiquement lié de cette fonction. |
Méthodes
Accept<T>(ISyntacticTreeVisitor<T>) |
Acceptez un ISyntacticTreeVisitor<T> pour marcher sur un arbre de QueryTokens. |