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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework