Class QueryOptimizingExpressionVisitor
- Namespace
- Microsoft.EntityFrameworkCore.Query.Internal
- Assembly
- Microsoft.EntityFrameworkCore.dll
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public class QueryOptimizingExpressionVisitor : ExpressionVisitor
- Inheritance
-
QueryOptimizingExpressionVisitor
- Inherited Members
Constructors
QueryOptimizingExpressionVisitor()
public QueryOptimizingExpressionVisitor()
Methods
VisitBinary(BinaryExpression)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
protected override Expression VisitBinary(BinaryExpression binaryExpression)
Parameters
binaryExpression
BinaryExpression
Returns
VisitConditional(ConditionalExpression)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
protected override Expression VisitConditional(ConditionalExpression conditionalExpression)
Parameters
conditionalExpression
ConditionalExpression
Returns
VisitElementInit(ElementInit)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
protected override ElementInit VisitElementInit(ElementInit elementInit)
Parameters
elementInit
ElementInit
Returns
VisitLambda<T>(Expression<T>)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
protected override Expression VisitLambda<T>(Expression<T> lambdaExpression)
Parameters
lambdaExpression
Expression<T>
Returns
Type Parameters
T
VisitMember(MemberExpression)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
protected override Expression VisitMember(MemberExpression memberExpression)
Parameters
memberExpression
MemberExpression
Returns
VisitMemberAssignment(MemberAssignment)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
protected override MemberAssignment VisitMemberAssignment(MemberAssignment memberAssignment)
Parameters
memberAssignment
MemberAssignment
Returns
VisitMethodCall(MethodCallExpression)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
protected override Expression VisitMethodCall(MethodCallExpression methodCallExpression)
Parameters
methodCallExpression
MethodCallExpression
Returns
VisitNew(NewExpression)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
protected override Expression VisitNew(NewExpression newExpression)
Parameters
newExpression
NewExpression
Returns
VisitNewArray(NewArrayExpression)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
protected override Expression VisitNewArray(NewArrayExpression newArrayExpression)
Parameters
newArrayExpression
NewArrayExpression
Returns
VisitUnary(UnaryExpression)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
protected override Expression VisitUnary(UnaryExpression unaryExpression)
Parameters
unaryExpression
UnaryExpression