Language

MetaAssociation.ThisKeyIsPrimaryKey プロパティ

定義

派生クラスでオーバーライドされた場合、 ThisKey がこの型の ID を形成するかどうかを示す値を取得します。

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

プロパティ値

true 関連付けの ID (主キー) を形成する場合は ThisKey 。それ以外の場合は false

適用対象