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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework