InNode Class
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.
Query node representing an In operator.
public sealed class InNode : Microsoft.OData.UriParser.SingleValueNode
type InNode = class
inherit SingleValueNode
Public NotInheritable Class InNode
Inherits SingleValueNode
- Inheritance
Constructors
InNode(SingleValueNode, CollectionNode) |
Create a InNode |
Properties
Kind |
Gets the kind of this node. (Inherited from SingleValueNode) |
Left |
Gets the left operand. |
Right |
Gets the right operand. |
TypeReference |
Gets the resource type of the single value this node represents. |
Methods
Accept<T>(QueryNodeVisitor<T>) |
Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. |