次の方法で共有


RuntimeProperty.IReadOnlyProperty.IsForeignKey メソッド

定義

このプロパティが外部キー (または複合外部キーの一部) として使用されるかどうかを示す値を取得します。

[System.Diagnostics.DebuggerStepThrough]
bool IReadOnlyProperty.IsForeignKey ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsForeignKey : unit -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsForeignKey : unit -> bool
Function IsForeignKey () As Boolean Implements IReadOnlyProperty.IsForeignKey

戻り値

true プロパティが外部キーとして使用される場合は 。それ以外の場合 falseは 。

実装

属性

適用対象