Поделиться через


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

Тип зависимости.

Возвращаемое значение

Та же карта коллекции, чтобы можно было сцеплять другие методы.

Применяется к