InNode Class

Definition

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.

Applies to