RelationalQueryContextFactory Class

Definition

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.

public class RelationalQueryContextFactory : Microsoft.EntityFrameworkCore.Query.QueryContextFactory
type RelationalQueryContextFactory = class
    inherit QueryContextFactory
Public Class RelationalQueryContextFactory
Inherits QueryContextFactory
Inheritance
RelationalQueryContextFactory

Constructors

RelationalQueryContextFactory(QueryContextDependencies, IRelationalConnection, IExecutionStrategyFactory)

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.

(Inherited from QueryContextFactory)
ConcurrencyDetector

Gets the concurrency detector.

(Inherited from QueryContextFactory)
Dependencies

Parameter object containing dependencies for this service.

(Inherited from QueryContextFactory)
ExecutionStrategyFactory

The execution strategy factory.

StateManager

Gets the state manager.

(Inherited from QueryContextFactory)

Methods

Create()

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.

CreateQueryBuffer()

Creates a query buffer.

(Inherited from QueryContextFactory)

Applies to