다음을 통해 공유


PropertyExtensions.GetContainingForeignKeys(IProperty) 메서드

정의

이 속성을 사용하는 모든 외래 키를 가져옵니다(이 속성이 포함된 복합 외래 키 포함).

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

매개 변수

property
IProperty

외세 키를 가져올 속성입니다.

반환

이 속성을 사용하는 외신 키입니다.

적용 대상