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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET