Partager via


BinaryOperatorNode(BinaryOperatorKind, QueryNode, QueryNode) Constructeur

Définition

Initialise instance deBinaryOperatorNode

public BinaryOperatorNode (Microsoft.WindowsAzure.MobileServices.Query.BinaryOperatorKind kind, Microsoft.WindowsAzure.MobileServices.Query.QueryNode left, Microsoft.WindowsAzure.MobileServices.Query.QueryNode right);
new Microsoft.WindowsAzure.MobileServices.Query.BinaryOperatorNode : Microsoft.WindowsAzure.MobileServices.Query.BinaryOperatorKind * Microsoft.WindowsAzure.MobileServices.Query.QueryNode * Microsoft.WindowsAzure.MobileServices.Query.QueryNode -> Microsoft.WindowsAzure.MobileServices.Query.BinaryOperatorNode
Public Sub New (kind As BinaryOperatorKind, left As QueryNode, right As QueryNode)

Paramètres

kind
BinaryOperatorKind

Type de ce nœud.

left
QueryNode

Opérande de gauche.

right
QueryNode

Opérande de droite.

S’applique à