RelationalQueryCompilationContextFactory Class

Definition

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.QueryCompilationContextFactory
RelationalQueryCompilationContextFactory

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