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