QueryNode Class

Definition

Base class for all query nodes.

public abstract class QueryNode
type QueryNode = class
Public MustInherit Class QueryNode
Inheritance
QueryNode
Derived

Constructors

QueryNode()

Properties

Kind

Gets the kind of the query node.

Methods

Accept<T>(QueryNodeVisitor<T>)

Accept a QueryNodeVisitor that walks a tree of QueryNode

Applies to