次の方法で共有


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 はもう一方の型がこの型の親です。それ以外の場合は false

適用対象