다음을 통해 공유


IReadOnlyForeignKey.GetRelatedEntityType(IReadOnlyEntityType) 메서드

정의

지정된 형식과 관련된 엔터티 형식을 가져옵니다.

public virtual Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType GetRelatedEntityType (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
abstract member GetRelatedEntityType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType
override this.GetRelatedEntityType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType
Public Overridable Function GetRelatedEntityType (entityType As IReadOnlyEntityType) As IReadOnlyEntityType

매개 변수

entityType
IReadOnlyEntityType

외래 키와 관련된 엔터티 형식 중 하나입니다.

반환

지정된 형식과 관련된 엔터티 형식입니다.

적용 대상