Share via


LambdaNode Class

Definition

Node representing an Any/All query.

public abstract class LambdaNode : Microsoft.OData.UriParser.SingleValueNode
type LambdaNode = class
    inherit SingleValueNode
Public MustInherit Class LambdaNode
Inherits SingleValueNode
Inheritance
Derived

Constructors

LambdaNode(Collection<RangeVariable>, RangeVariable)

Create a LambdaNode

LambdaNode(Collection<RangeVariable>)

Create a LambdaNode

Properties

Body

Gets or Sets the associated boolean expression

CurrentRangeVariable

Gets the newest range variable added for by this Any or All.

Kind

Gets the kind of this node.

(Inherited from SingleValueNode)
RangeVariables

Gets the collection of rangeVariables in scope for this Any or All.

Source

Gets or Sets the parent entity set or navigation property

TypeReference

Gets the type of the single value this node represents.

(Inherited from SingleValueNode)

Methods

Accept<T>(QueryNodeVisitor<T>)

Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes.

(Inherited from QueryNode)

Applies to