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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework