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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET