QueryContextFactory Class

Definition

A factory for QueryContext instances.

public abstract class QueryContextFactory : Microsoft.EntityFrameworkCore.Query.IQueryContextFactory
type QueryContextFactory = class
    interface IQueryContextFactory
Public MustInherit Class QueryContextFactory
Implements IQueryContextFactory
Inheritance
QueryContextFactory
Derived
Implements

Constructors

QueryContextFactory(ICurrentDbContext, IConcurrencyDetector)

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.

QueryContextFactory(IStateManager, IConcurrencyDetector, IChangeDetector)

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.

QueryContextFactory(QueryContextDependencies)

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

ChangeDetector

Gets the change detector.

ConcurrencyDetector

Gets the concurrency detector.

Dependencies

Parameter object containing dependencies for this service.

StateManager

Gets the state manager.

Methods

Create()

Creates a new QueryContext.

CreateQueryBuffer()

Creates a query buffer.

Applies to