共用方式為


AssociationType.IsForeignKey 屬性

定義

取得 Boolean 屬性值,這個屬性值會指定資料行是否為外部索引鍵。

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

屬性值

Boolean 值,指定資料行是否為外部索引鍵。 如果為 true,則表示資料行為外部索引鍵。 如果資料行不是外部索引鍵,則為 false (預設值)。

適用於