EdmRelationshipAttribute.IsForeignKey プロパティ

定義

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

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

プロパティ値

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

適用対象

こちらもご覧ください