MetaAssociation.OtherKeyIsPrimaryKey プロパティ

定義

派生クラスでオーバーライドされた場合は、OtherKey によって他の型の ID が形成されているかどうかを示す値が取得されます。

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

プロパティ値

true が他の OtherKey 型の ID (主キー) を形成する場合は 。それ以外の場合 falseは 。

適用対象