QueryContext.ExecutionStrategyFactory Property
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.
Caution
Use ExecutionStrategy instead
The execution strategy factory to use while executing the query.
public virtual Microsoft.EntityFrameworkCore.Storage.IExecutionStrategyFactory ExecutionStrategyFactory { get; }
[System.Obsolete("Use ExecutionStrategy instead")]
public virtual Microsoft.EntityFrameworkCore.Storage.IExecutionStrategyFactory ExecutionStrategyFactory { get; }
member this.ExecutionStrategyFactory : Microsoft.EntityFrameworkCore.Storage.IExecutionStrategyFactory
[<System.Obsolete("Use ExecutionStrategy instead")>]
member this.ExecutionStrategyFactory : Microsoft.EntityFrameworkCore.Storage.IExecutionStrategyFactory
Public Overridable ReadOnly Property ExecutionStrategyFactory As IExecutionStrategyFactory
Property Value
The execution strategy factory.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework