ConditionalRemovingExpressionVisitor
ConditionalRemovingExpressionVisitor
Class
Definition
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public class ConditionalRemovingExpressionVisitor : ExpressionVisitorBase
Public Class ConditionalRemovingExpressionVisitor
Inherits ExpressionVisitorBase
- Inheritance
-
System.ObjectSystem.ObjectConditionalRemovingExpressionVisitorConditionalRemovingExpressionVisitor
Methods
Visit(Expression) Visit(Expression)
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public override Expression Visit(Expression node)
Public Overrides Function Visit(node As Expression) As Expression
Parameters
- node
- System.Linq.Expressions.Expression System.Linq.Expressions.Expression
Returns
System.Linq.Expressions.Expression
System.Linq.Expressions.Expression
- Overrides
VisitExtension(Expression) VisitExtension(Expression)
Visits the children of the extension expression.
(Inherited from ExpressionVisitorBase)