Class RelationalProjectionBindingExpressionVisitor
- Namespace
- Microsoft.EntityFrameworkCore.Query.Internal
- Assembly
- Microsoft.EntityFrameworkCore.Relational.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 RelationalProjectionBindingExpressionVisitor : ExpressionVisitor
- Inheritance
-
RelationalProjectionBindingExpressionVisitor
- Inherited Members
Constructors
RelationalProjectionBindingExpressionVisitor(RelationalQueryableMethodTranslatingExpressionVisitor, RelationalSqlTranslatingExpressionVisitor)
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 RelationalProjectionBindingExpressionVisitor(RelationalQueryableMethodTranslatingExpressionVisitor queryableMethodTranslatingExpressionVisitor, RelationalSqlTranslatingExpressionVisitor sqlTranslatingExpressionVisitor)
Parameters
queryableMethodTranslatingExpressionVisitor
RelationalQueryableMethodTranslatingExpressionVisitorsqlTranslatingExpressionVisitor
RelationalSqlTranslatingExpressionVisitor
Methods
Translate(SelectExpression, Expression)
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 virtual Expression Translate(SelectExpression selectExpression, Expression expression)
Parameters
selectExpression
SelectExpressionexpression
Expression
Returns
Visit(Expression?)
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 override Expression? Visit(Expression? expression)
Parameters
expression
Expression
Returns
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
VisitExtension(Expression)
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 VisitExtension(Expression extensionExpression)
Parameters
extensionExpression
Expression
Returns
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
VisitMemberInit(MemberInitExpression)
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 VisitMemberInit(MemberInitExpression memberInitExpression)
Parameters
memberInitExpression
MemberInitExpression
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