다음을 통해 공유


KeyExtensions.GetReferencingForeignKeys(IKey) 메서드

정의

지정된 기본 또는 대체 키를 대상으로 하는 모든 외래 키를 가져옵니다.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKey> GetReferencingForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IKey key);
static member GetReferencingForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IKey -> seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKey>
<Extension()>
Public Function GetReferencingForeignKeys (key As IKey) As IEnumerable(Of IForeignKey)

매개 변수

key
IKey

외래 키를 찾을 키입니다.

반환

지정된 키를 참조하는 외래 키입니다.

적용 대상