ReferenceCollectionBuilderBase 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
일대다 관계를 구성하기 위한 간단한 API를 제공합니다.
이 클래스의 인스턴스는 API를 사용할 ModelBuilder 때 메서드에서 반환되며 애플리케이션 코드에서 직접 생성되도록 설계되지 않았습니다.
public class ReferenceCollectionBuilderBase : Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.IMutableModel>, Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Internal.InternalRelationshipBuilder>
type ReferenceCollectionBuilderBase = class
interface IInfrastructure<IMutableModel>
interface IInfrastructure<InternalRelationshipBuilder>
Public Class ReferenceCollectionBuilderBase
Implements IInfrastructure(Of IMutableModel), IInfrastructure(Of InternalRelationshipBuilder)
- 상속
-
ReferenceCollectionBuilderBase
- 파생
- 구현
-
IInfrastructure<IMutableModel> IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Internal.InternalRelationshipBuilder>
생성자
ReferenceCollectionBuilderBase(EntityType, EntityType, InternalRelationshipBuilder) |
이 API는 Entity Framework Core 인프라를 지원하며 코드에서 직접 사용할 수 없습니다. 이 API는 이후 릴리스에서 변경되거나 제거될 수 있습니다. |
ReferenceCollectionBuilderBase(InternalRelationshipBuilder, ReferenceCollectionBuilderBase, Boolean, Boolean, Boolean) |
이 API는 Entity Framework Core 인프라를 지원하며 코드에서 직접 사용할 수 없습니다. 이 API는 이후 릴리스에서 변경되거나 제거될 수 있습니다. |
속성
Builder |
이 API는 Entity Framework Core 인프라를 지원하며 코드에서 직접 사용할 수 없습니다. 이 API는 이후 릴리스에서 변경되거나 제거될 수 있습니다. |
DependentEntityType |
이 관계를 구성하는 데 사용되는 종속 엔터티 형식을 가져옵니다. |
Metadata |
이 관계를 나타내는 외래 키입니다. |
PrincipalEntityType |
이 관계를 구성하는 데 사용되는 주체 엔터티 형식을 가져옵니다. |
명시적 인터페이스 구현
IInfrastructure<IMutableModel>.Instance |
이 관계가 속한 모델입니다. |
IInfrastructure<InternalRelationshipBuilder>.Instance |
이 관계를 구성하는 데 사용되는 내부 작성기를 가져옵니다. |
확장 메서드
GetInfrastructure<T>(IInfrastructure<T>) |
을 사용하여 IInfrastructure<T>숨겨지는 속성의 값을 가져옵니다. 이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다. |
적용 대상
Entity Framework