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