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