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
| Name | Description |
|---|---|
| ProjectionExpressionVisitor(EntityQueryModelVisitor) |
Initializes a new instance of the Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.ProjectionExpressionVisitor class. |
Methods
| Name | Description |
|---|---|
| VisitMethodCall(MethodCallExpression) |
Visits the children of the MethodCallExpression. |
| VisitSubQuery(SubQueryExpression) |
Visit a subquery. |
| VisitUnary(UnaryExpression) |
Visits the children of the UnaryExpression. |