다음을 통해 공유


RuntimeEntityType.IEntityType.GetForeignKeyProperties 메서드

정의

외신 키에 포함된 속성을 반환합니다.

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> IEntityType.GetForeignKeyProperties ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetForeignKeyProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IProperty>
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetForeignKeyProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IProperty>
Function GetForeignKeyProperties () As IEnumerable(Of IProperty) Implements IEntityType.GetForeignKeyProperties

반환

외신 키에 포함된 속성입니다.

구현

특성

적용 대상