ExpressionVisitorBase 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.
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.RelinqExpressionVisitorExpressionVisitorBase
- Attributes
Constructors
| Name | Description |
|---|---|
| ExpressionVisitorBase() | |
Methods
| Name | Description |
|---|---|
| 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. |