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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework