다음을 통해 공유


IEntityType.FindDeclaredForeignKeys 메서드

정의

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

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKey> FindDeclaredForeignKeys (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> properties);
abstract member FindDeclaredForeignKeys : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> -> seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKey>
Public Function FindDeclaredForeignKeys (properties As IReadOnlyList(Of IReadOnlyProperty)) As IEnumerable(Of IForeignKey)

매개 변수

properties
IReadOnlyList<IReadOnlyProperty>

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

반환

외신 키를 선언했습니다.

적용 대상