次の方法で共有


ColumnProvider.IsPrimaryKey プロパティ

定義

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

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

プロパティ値

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

適用対象