ProjectionExpressionVisitor 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 projection expression visitor.
public class ProjectionExpressionVisitor : Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.DefaultQueryExpressionVisitor
type ProjectionExpressionVisitor = class
inherit DefaultQueryExpressionVisitor
Public Class ProjectionExpressionVisitor
Inherits DefaultQueryExpressionVisitor
- Inheritance
-
Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.DefaultQueryExpressionVisitorProjectionExpressionVisitor
- Derived
Constructors
ProjectionExpressionVisitor(EntityQueryModelVisitor) |
Initializes a new instance of the Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.ProjectionExpressionVisitor class. |
Methods
VisitMethodCall(MethodCallExpression) |
Visits the children of the MethodCallExpression. |
VisitSubQuery(SubQueryExpression) |
Visit a subquery. |
VisitUnary(UnaryExpression) |
Visits the children of the UnaryExpression. |
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