QueryNodeVisitor<T> 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.
Visitor interface for walking the QueryNode Tree.
public abstract class QueryNodeVisitor<T>
type QueryNodeVisitor<'T> = class
Public MustInherit Class QueryNodeVisitor(Of T)
Type Parameters
- T
Generic type produced by the visitor.
- Inheritance
-
QueryNodeVisitor<T>
Constructors
QueryNodeVisitor<T>() |
Methods
Visit(BinaryOperatorNode) |
Visit a BinaryOperatorNode |
Visit(ConstantNode) |
Visit a ConstantNode |
Visit(ConvertNode) |
Visit a ConvertNode |
Visit(FunctionCallNode) |
Visit an ODataMethodCallNode |
Visit(MemberAccessNode) |
Visit a MemberAccessNode |
Visit(UnaryOperatorNode) |
Visit a UnaryOperatorNode |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET