次の方法で共有


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

戻り値

外部キーに含まれるプロパティ。

実装

属性

適用対象