Aracılığıyla paylaş


NonRetryingExecutionStrategy Oluşturucular

Tanım

Aşırı Yüklemeler

NonRetryingExecutionStrategy(DbContext)

Verilen bağlamla yeni NonRetryingExecutionStrategy bir oluşturur.

NonRetryingExecutionStrategy(ExecutionStrategyDependencies)

Verilen hizmet bağımlılıklarıyla yeni NonRetryingExecutionStrategy bir oluşturur.

NonRetryingExecutionStrategy(DbContext)

Verilen bağlamla yeni NonRetryingExecutionStrategy bir oluşturur.

public NonRetryingExecutionStrategy (Microsoft.EntityFrameworkCore.DbContext context);
new Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy : Microsoft.EntityFrameworkCore.DbContext -> Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy
Public Sub New (context As DbContext)

Parametreler

context
DbContext

İşlemlerin çağrılacağı bağlam.

Şunlara uygulanır

NonRetryingExecutionStrategy(ExecutionStrategyDependencies)

Verilen hizmet bağımlılıklarıyla yeni NonRetryingExecutionStrategy bir oluşturur.

public NonRetryingExecutionStrategy (Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies dependencies);
new Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy : Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies -> Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy
Public Sub New (dependencies As ExecutionStrategyDependencies)

Parametreler

dependencies
ExecutionStrategyDependencies

Bu yürütme stratejisi için bağımlılıklar.

Şunlara uygulanır