Partager via


BinaryOperatorNode Classe

Définition

Nœud de requête représentant un opérateur binaire.

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

Constructeurs

BinaryOperatorNode(BinaryOperatorKind, QueryNode, QueryNode)

Initialise instance deBinaryOperatorNode

Propriétés

Kind

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

LeftOperand

Obtient l'opérande de gauche.

OperatorKind

Opérateur représenté par ce nœud.

RightOperand

Obtient l'opérande de droite.

Méthodes

Accept<T>(QueryNodeVisitor<T>)

Acceptez un QueryNodeVisitor<T> pour marcher sur un arbre de QueryNodes.

S’applique à