EdmRelationshipAttribute.IsForeignKey プロパティ

定義

リレーションシップが外部キー値に基づくかどうかを示すブール値を取得します。

public:
 property bool IsForeignKey { bool get(); };
public bool IsForeignKey { get; }
member this.IsForeignKey : bool
Public ReadOnly Property IsForeignKey As Boolean

プロパティ値

リレーションシップが外部キー値に基づいている場合は true。それ以外の場合は false

適用対象

こちらもご覧ください