次の方法で共有


ColumnProvider.IsForeignKeyComponent プロパティ

定義

列が外部キーの一部であるかどうかを示す値を取得または設定します。

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

プロパティ値

Boolean

列が外部キーの一部である場合は true。それ以外の場合は false

注釈

このプロパティは、テーブルエンティティのメンバーである厳密に型指定されたエンティティ参照列 (データモデルのテーブルオブジェクト) には設定されません。

適用対象