EntityQueryModelVisitorFactory 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.
Creates instances of EntityQueryModelVisitor.
This type is typically used by database providers (and other extensions). It is generally not used in application code.
public abstract class EntityQueryModelVisitorFactory : Microsoft.EntityFrameworkCore.Query.IEntityQueryModelVisitorFactory
type EntityQueryModelVisitorFactory = class
interface IEntityQueryModelVisitorFactory
Public MustInherit Class EntityQueryModelVisitorFactory
Implements IEntityQueryModelVisitorFactory
- Inheritance
-
EntityQueryModelVisitorFactory
- Derived
- Implements
Constructors
EntityQueryModelVisitorFactory(EntityQueryModelVisitorDependencies) |
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases. |
EntityQueryModelVisitorFactory(IQueryOptimizer, INavigationRewritingExpressionVisitorFactory, ISubQueryMemberPushDownExpressionVisitor, IQuerySourceTracingExpressionVisitorFactory, IEntityResultFindingExpressionVisitorFactory, ITaskBlockingExpressionVisitor, IMemberAccessBindingExpressionVisitorFactory, IOrderingExpressionVisitorFactory, IProjectionExpressionVisitorFactory, IEntityQueryableExpressionVisitorFactory, IQueryAnnotationExtractor, IResultOperatorHandler, IEntityMaterializerSource, IExpressionPrinter) |
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases. |
Properties
Dependencies |
Dependencies used to create a EntityQueryModelVisitorFactory |
EntityMaterializerSource |
Gets the Microsoft.EntityFrameworkCore.Metadata.Internal.IEntityMaterializerSource to be used when processing a query. |
EntityQueryableExpressionVisitorFactory |
Gets the IEntityQueryableExpressionVisitorFactory to be used when processing a query. |
EntityResultFindingExpressionVisitorFactory |
Gets the Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IEntityResultFindingExpressionVisitorFactory to be used when processing a query. |
ExpressionPrinter |
Gets the Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter to be used when processing a query. |
MemberAccessBindingExpressionVisitorFactory |
Gets the Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IMemberAccessBindingExpressionVisitorFactory to be used when processing a query. |
NavigationRewritingExpressionVisitorFactory |
Gets the Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.INavigationRewritingExpressionVisitorFactory to be used when processing a query. |
OrderingExpressionVisitorFactory |
Gets the Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IOrderingExpressionVisitorFactory to be used when processing a query. |
ProjectionExpressionVisitorFactory |
Gets the IProjectionExpressionVisitorFactory to be used when processing a query. |
QueryAnnotationExtractor |
Gets the Microsoft.EntityFrameworkCore.Query.Internal.IQueryAnnotationExtractor to be used when processing a query. |
QueryOptimizer |
Gets the Microsoft.EntityFrameworkCore.Query.Internal.IQueryOptimizer to be used when processing a query. |
QuerySourceTracingExpressionVisitorFactory |
Gets the Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IQuerySourceTracingExpressionVisitorFactory to be used when processing a query. |
ResultOperatorHandler |
Gets the IResultOperatorHandler to be used when processing a query. |
SubQueryMemberPushDownExpressionVisitor |
Gets the Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.ISubQueryMemberPushDownExpressionVisitor to be used when processing a query. |
TaskBlockingExpressionVisitor |
Gets the Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.ITaskBlockingExpressionVisitor to be used when processing a query. |
Methods
Create(QueryCompilationContext, EntityQueryModelVisitor) |
Creates a new EntityQueryModelVisitor. |
Applies to
Entity Framework