共用方式為


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

適用於