IInternalServiceCollectionMap.AddDependencyScoped<TDependencies> Metoda

Definicja

Scoped Dodaje obiekt zależności.

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

Parametry typu

TDependencies

Typ zależności.

Zwraca

Ta sama mapa kolekcji, aby można było połączyć łańcuchy kolejnych metod.

Dotyczy