Share via


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

Dependencies

Parameter object containing dependencies for this service.

(Inherited from QueryContextFactory)
ExecutionStrategyFactory

The execution strategy factory.

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