다음을 통해 공유


ConventionKeyExtensions.GetReferencingForeignKeys(IConventionKey) 메서드

정의

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

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

매개 변수

key
IConventionKey

외래 키를 찾을 키입니다.

반환

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

적용 대상