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
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