AllNode Class
Describes a query node representing an All query.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataAnnotatable
Microsoft.Data.OData.Query.SemanticAst.QueryNode
Microsoft.Data.OData.Query.SemanticAst.SingleValueNode
Microsoft.Data.OData.Query.SemanticAst.LambdaNode
Microsoft.Data.OData.Query.SemanticAst.AllNode
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class AllNode _
Inherits LambdaNode
'Usage
Dim instance As AllNode
public sealed class AllNode : LambdaNode
public ref class AllNode sealed : public LambdaNode
[<SealedAttribute>]
type AllNode =
class
inherit LambdaNode
end
public final class AllNode extends LambdaNode
The AllNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AllNode(Collection<RangeVariable>) | Initializes a new instance of the AllNode class. | |
AllNode(Collection<RangeVariable>, RangeVariable) | Create an AllNode |
Top
Properties
Name | Description | |
---|---|---|
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 range variables 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 | Gets the resource type of the single value this node represents. (Overrides SingleValueNode.TypeReference.) |
Top
Methods
Name | Description | |
---|---|---|
Accept<T>(QueryNodeVisitor<T>) | Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. (Overrides QueryNode.Accept<T>(QueryNodeVisitor<T>).) | |
Accept<T>(QueryNodeVisitor<T>) | Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. (Inherited from QueryNode.) | |
Equals | (Inherited from Object.) | |
GetAnnotation<T> | Gets or sets the annotation by type. (Inherited from ODataAnnotatable.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
SetAnnotation<T> | Sets an annotation of type T. (Inherited from ODataAnnotatable.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.