다음을 통해 공유


MutableEntityTypeExtensions.FindDeclaredForeignKeys 메서드

정의

지정된 속성을 사용하여 지정된 IConventionEntityType 에 선언된 외세 키를 가져옵니다.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey> FindDeclaredForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty> properties);
static member FindDeclaredForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty> -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey>
<Extension()>
Public Function FindDeclaredForeignKeys (entityType As IMutableEntityType, properties As IReadOnlyList(Of IProperty)) As IEnumerable(Of IMutableForeignKey)

매개 변수

entityType
IMutableEntityType

엔터티 형식입니다.

properties
IReadOnlyList<IProperty>

외세 키를 찾을 속성입니다.

반환

외신 키를 선언했습니다.

적용 대상