MetaAssociation.IsForeignKey プロパティ

定義

派生クラスでオーバーライドされると、他の型がこの型の親であるかどうかを示す値を取得します。

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

プロパティ値

true は、この型の親であるもう 1 つの型です。それ以外の場合は false

適用対象