BinaryOperatorNode Class
Describes a query node representing a binary operator.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataAnnotatable
Microsoft.Data.OData.Query.SemanticAst.QueryNode
Microsoft.Data.OData.Query.SemanticAst.SingleValueNode
Microsoft.Data.OData.Query.SemanticAst.BinaryOperatorNode
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class BinaryOperatorNode _
Inherits SingleValueNode
'Usage
Dim instance As BinaryOperatorNode
public sealed class BinaryOperatorNode : SingleValueNode
public ref class BinaryOperatorNode sealed : public SingleValueNode
[<SealedAttribute>]
type BinaryOperatorNode =
class
inherit SingleValueNode
end
public final class BinaryOperatorNode extends SingleValueNode
The BinaryOperatorNode type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
BinaryOperatorNode | Initializes a new instance of the BinaryOperatorNode class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Kind | Gets the kind of this node. (Inherited from SingleValueNode.) |
![]() |
Left | Gets the left operand. |
![]() |
OperatorKind | Gets the operator represented by this node. |
![]() |
Right | Gets the right operand. |
![]() |
TypeReference | Gets the resource type of the single value this node represents. (Overrides SingleValueNode.TypeReference.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Accept<T>(QueryNodeVisitor<T>) | Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. (Overrides QueryNode.Accept<T>(QueryNodeVisitor<T>).) |
![]() |
Accept<T>(QueryNodeVisitor<T>) | Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. (Inherited from QueryNode.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetAnnotation<T> | Gets or sets the annotation by type. (Inherited from ODataAnnotatable.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
SetAnnotation<T> | Sets an annotation of type T. (Inherited from ODataAnnotatable.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)