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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework