DbContext.IDbContextDependencies.EntityFinderFactory 속성

정의

이 API는 Entity Framework Core 인프라를 지원하며 공용 API와 동일한 호환성 표준이 적용되지 않는 내부 API입니다. 릴리스에서 예고 없이 변경되거나 제거될 수 있습니다. 코드에서 직접 사용해야 하며, 이렇게 하면 새 Entity Framework Core 릴리스로 업데이트할 때 애플리케이션 오류가 발생할 수 있다는 것을 알고 있어야 합니다.

Microsoft.EntityFrameworkCore.Internal.IEntityFinderFactory Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies.EntityFinderFactory { get; }
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
Microsoft.EntityFrameworkCore.Internal.IEntityFinderFactory Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies.EntityFinderFactory { get; }
member this.Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies.EntityFinderFactory : Microsoft.EntityFrameworkCore.Internal.IEntityFinderFactory
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
member this.Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies.EntityFinderFactory : Microsoft.EntityFrameworkCore.Internal.IEntityFinderFactory
 ReadOnly Property EntityFinderFactory As IEntityFinderFactory Implements IDbContextDependencies.EntityFinderFactory

속성 값

Microsoft.EntityFrameworkCore.Internal.IEntityFinderFactory

구현

Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies.EntityFinderFactory
특성

적용 대상