IReadOnlyProperty.IsForeignKey 方法

定義

取得值,指出這個屬性是否做為外鍵 (或複合外鍵) 的一部分。

public bool IsForeignKey ();
abstract member IsForeignKey : unit -> bool
Public Function IsForeignKey () As Boolean

傳回

true 如果 屬性是當做外鍵使用,則為 ,否則 false 為 。

適用於