AssociationProvider.IsPrimaryKeyInThisTable プロパティ

定義

主キーの From 列部分がテーブル内にあるかどうかを示す値を取得または設定します。

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

プロパティ値

主キーの From 列部分がテーブル内にある場合は true。それ以外の場合は false

適用対象