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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.