RelationalProjectionExpressionVisitor 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.
An expression visitor for translating relational LINQ query projections.
public class RelationalProjectionExpressionVisitor : Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.ProjectionExpressionVisitor
type RelationalProjectionExpressionVisitor = class
inherit ProjectionExpressionVisitor
Public Class RelationalProjectionExpressionVisitor
Inherits ProjectionExpressionVisitor
- Inheritance
-
Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.DefaultQueryExpressionVisitorRelationalProjectionExpressionVisitor
Constructors
Methods
Visit(Expression) |
Visits the given node. |
VisitMemberInit(MemberInitExpression) |
Visit a member init expression. |
VisitMethodCall(MethodCallExpression) |
Visit a method call expression. |
VisitMethodCall(MethodCallExpression) |
Visits the children of the MethodCallExpression. (Inherited from ProjectionExpressionVisitor) |
VisitNew(NewExpression) |
Visit a new expression. |
VisitSubQuery(SubQueryExpression) |
Visit a subquery. (Inherited from ProjectionExpressionVisitor) |
VisitUnary(UnaryExpression) |
Visits the children of the UnaryExpression. (Inherited from ProjectionExpressionVisitor) |
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