ExecutionStrategyDependencies.With メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
With(IDiagnosticsLogger<DbLoggerCategory.Infrastructure>) |
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。 |
With(ICurrentDbContext) |
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。 |
With(IDbContextOptions) |
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。 |
With(ICurrentDbContext) |
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。 |
With(IDiagnosticsLogger<DbLoggerCategory.Infrastructure>)
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。
public Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies With (Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Infrastructure> logger);
member this.With : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Infrastructure> -> Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies
Public Function With (logger As IDiagnosticsLogger(Of DbLoggerCategory.Infrastructure)) As ExecutionStrategyDependencies
パラメーター
この型の現在の依存関係の置き換え。
戻り値
指定されたサービスが置き換えられた新しいパラメーター オブジェクト。
適用対象
With(ICurrentDbContext)
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。
public Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies With (Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext currentContext);
member this.With : Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext -> Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies
Public Function With (currentContext As ICurrentDbContext) As ExecutionStrategyDependencies
パラメーター
- currentContext
- ICurrentDbContext
この型の現在の依存関係の置き換え。
戻り値
指定されたサービスが置き換えられた新しいパラメーター オブジェクト。
適用対象
With(IDbContextOptions)
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。
public Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies With (Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions options);
member this.With : Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions -> Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies
Public Function With (options As IDbContextOptions) As ExecutionStrategyDependencies
パラメーター
- options
- IDbContextOptions
この型の現在の依存関係の置き換え。
戻り値
指定されたサービスが置き換えられた新しいパラメーター オブジェクト。
適用対象
With(ICurrentDbContext)
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。
public Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies With (Microsoft.EntityFrameworkCore.Internal.ICurrentDbContext currentDbContext);
member this.With : Microsoft.EntityFrameworkCore.Internal.ICurrentDbContext -> Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies
Public Function With (currentDbContext As ICurrentDbContext) As ExecutionStrategyDependencies
パラメーター
- currentDbContext
- Microsoft.EntityFrameworkCore.Internal.ICurrentDbContext
この型の現在の依存関係の置き換え。
戻り値
指定されたサービスが置き換えられた新しいパラメーター オブジェクト。
適用対象
Entity Framework