ExpressionVisitorBase Class

Definition

A base expression visitor that ignores Block expressions.

[System.Diagnostics.DebuggerStepThrough]
public abstract class ExpressionVisitorBase : Remotion.Linq.Parsing.RelinqExpressionVisitor
[<System.Diagnostics.DebuggerStepThrough>]
type ExpressionVisitorBase = class
    inherit RelinqExpressionVisitor
Public MustInherit Class ExpressionVisitorBase
Inherits RelinqExpressionVisitor
Inheritance
Remotion.Linq.Parsing.RelinqExpressionVisitor
ExpressionVisitorBase
Attributes

Constructors

ExpressionVisitorBase()

Methods

Visit(Expression)

Visits the given node.

VisitExtension(Expression)

Visits the children of the extension expression.

VisitLambda<T>(Expression<T>)

Visits the children of the Expression<TDelegate>.

VisitSubQuery(SubQueryExpression)

Visits the children of the subquery expression.

Applies to