RelationalQueryCompilationContextFactory 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 relational factory for instances of QueryCompilationContext.
public class RelationalQueryCompilationContextFactory : Microsoft.EntityFrameworkCore.Query.Internal.QueryCompilationContextFactory
type RelationalQueryCompilationContextFactory = class
inherit QueryCompilationContextFactory
Public Class RelationalQueryCompilationContextFactory
Inherits QueryCompilationContextFactory
- Inheritance
-
Microsoft.EntityFrameworkCore.Query.Internal.QueryCompilationContextFactoryRelationalQueryCompilationContextFactory
Constructors
RelationalQueryCompilationContextFactory(IModel, ISensitiveDataLogger<RelationalQueryCompilationContextFactory>, IEntityQueryModelVisitorFactory, IRequiresMaterializationExpressionVisitorFactory, MethodInfoBasedNodeTypeRegistry, ICurrentDbContext) |
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. |
RelationalQueryCompilationContextFactory(QueryCompilationContextDependencies, RelationalQueryCompilationContextDependencies) |
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. |
Methods
Create(Boolean) |
Creates a new QueryCompilationContext. |
Applies to
Entity Framework