AnyNode 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 Any query.
public sealed class AnyNode : Microsoft.OData.UriParser.LambdaNode
type AnyNode = class
inherit LambdaNode
Public NotInheritable Class AnyNode
Inherits LambdaNode
- Inheritance
Constructors
AnyNode(Collection<RangeVariable>, RangeVariable) |
Create a AnyNode |
AnyNode(Collection<RangeVariable>) |
Create a AnyNode |
Properties
Body |
Gets or Sets the associated boolean expression (Inherited from LambdaNode) |
CurrentRangeVariable |
Gets the newest range variable added for by this Any or All. (Inherited from LambdaNode) |
Kind |
Gets the kind of this node. (Inherited from SingleValueNode) |
RangeVariables |
Gets the collection of rangeVariables in scope for this Any or All. (Inherited from LambdaNode) |
Source |
Gets or Sets the parent entity set or navigation property (Inherited from LambdaNode) |
TypeReference |
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. |