Udostępnij za pośrednictwem


BinaryOperatorNode(BinaryOperatorKind, QueryNode, QueryNode) Constructor

Definition

Initializes instance of BinaryOperatorNode

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)

Parameters

kind
BinaryOperatorKind

The kind of this node.

left
QueryNode

The left operand.

right
QueryNode

The right operand.

Applies to