다음을 통해 공유


ITableBase.GetReferencingRowInternalForeignKeys(IEntityType) 메서드

정의

이 테이블을 공유하는 다른 엔터티 형식에서 지정된 엔터티 형식을 참조하는 외세 키를 가져옵니다.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKey> GetReferencingRowInternalForeignKeys (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
abstract member GetReferencingRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKey>
Public Function GetReferencingRowInternalForeignKeys (entityType As IEntityType) As IEnumerable(Of IForeignKey)

매개 변수

entityType
IEntityType

반환

적용 대상