AllNode 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 All query.
public sealed class AllNode : Microsoft.OData.UriParser.LambdaNode
type AllNode = class
inherit LambdaNode
Public NotInheritable Class AllNode
Inherits LambdaNode
- Inheritance
Constructors
AllNode(Collection<RangeVariable>, RangeVariable) |
Create an AllNode |
AllNode(Collection<RangeVariable>) |
Create an AllNode |
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. |