Share via


AssociationAttribute.IsForeignKey プロパティ

定義

アソシエーション メンバーが外部キーを表すかどうかを示す値を取得または設定します。

public:
 property bool IsForeignKey { bool get(); void set(bool value); };
public bool IsForeignKey { get; set; }
member this.IsForeignKey : bool with get, set
Public Property IsForeignKey As Boolean

プロパティ値

アソシエーションが外部キーを表す場合は true。それ以外の場合は false

適用対象