InToken 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 une opération In.
public sealed class InToken : Microsoft.OData.UriParser.QueryToken
type InToken = class
inherit QueryToken
Public NotInheritable Class InToken
Inherits QueryToken
- Héritage
Constructeurs
InToken(QueryToken, QueryToken) |
Créez un inToken en fonction des jetons de requête de gauche et de droite. |
Propriétés
Kind |
Type du jeton de requête. |
Left |
Opérande de gauche. |
Right |
Opérande de droite. |
Méthodes
Accept<T>(ISyntacticTreeVisitor<T>) |
Accepter un ISyntacticTreeVisitor<T> pour marcher un arbre de QueryTokens. |