BinaryOperatorNode(BinaryOperatorKind, QueryNode, QueryNode) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET