RelationalEntityQueryableExpressionVisitor 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 visitor that performs basic relational query translation of EF query roots.
public class RelationalEntityQueryableExpressionVisitor : Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.EntityQueryableExpressionVisitor
type RelationalEntityQueryableExpressionVisitor = class
inherit EntityQueryableExpressionVisitor
Public Class RelationalEntityQueryableExpressionVisitor
Inherits EntityQueryableExpressionVisitor
- Inheritance
-
Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.DefaultQueryExpressionVisitorRelationalEntityQueryableExpressionVisitor
Constructors
Methods
VisitConstant(ConstantExpression) |
Visits ConstantExpression nodes. (Inherited from EntityQueryableExpressionVisitor) |
VisitEntityQueryable(Type) |
Visit an entity query root. |
VisitMember(MemberExpression) |
Visit a member expression. |
VisitMethodCall(MethodCallExpression) |
Visit a method call expression. |
VisitSubQuery(SubQueryExpression) |
Visit a sub-query expression. |
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