다음을 통해 공유


IInternalServiceCollectionMap 인터페이스

정의

공급자가 내부 서비스 공급자에 EF 서비스 종속성 개체를 등록할 수 있도록 하는 메서드를 노출합니다.

이 형식은 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

public interface IInternalServiceCollectionMap
type IInternalServiceCollectionMap = interface
Public Interface IInternalServiceCollectionMap

설명

자세한 내용 과 예제는 데이터베이스 공급자 및 확장 구현 을 참조하세요.

메서드

AddDependencyScoped<TDependencies>()

종속성 개체를 Scoped 추가합니다.

AddDependencySingleton<TDependencies>()

종속성 개체를 Singleton 추가합니다.

적용 대상