RelationalQueryContextFactory 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.
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
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
Entity Framework