ExecutionStrategyContext(DbContext, ILogger<IExecutionStrategy>) Constructor
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.
Creates a new instance of ExecutionStrategyContext.
public ExecutionStrategyContext (Microsoft.EntityFrameworkCore.DbContext context, Microsoft.Extensions.Logging.ILogger<Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy> logger);
new Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyContext : Microsoft.EntityFrameworkCore.DbContext * Microsoft.Extensions.Logging.ILogger<Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy> -> Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyContext
Public Sub New (context As DbContext, logger As ILogger(Of IExecutionStrategy))
Parameters
- context
- DbContext
The context on which the operations will be invoked.
- logger
- ILogger<IExecutionStrategy>
The logger to be used.
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