次の方法で共有


IInternalServiceCollectionMap.AddDependencyScoped<TDependencies> メソッド

定義

依存関係オブジェクトを Scoped 追加します。

public Microsoft.EntityFrameworkCore.Infrastructure.IInternalServiceCollectionMap AddDependencyScoped<TDependencies> ();
abstract member AddDependencyScoped : unit -> Microsoft.EntityFrameworkCore.Infrastructure.IInternalServiceCollectionMap
Public Function AddDependencyScoped(Of TDependencies) () As IInternalServiceCollectionMap

型パラメーター

TDependencies

依存関係の種類です。

戻り値

さらにメソッドをチェーンできるように、同じコレクション マップ。

適用対象