共用方式為


AssociationAttribute.IsUnique 屬性

定義

取得或設定外部索引鍵的唯一性條件約束表示。

public:
 property bool IsUnique { bool get(); void set(bool value); };
public bool IsUnique { get; set; }
member this.IsUnique : bool with get, set
Public Property IsUnique As Boolean

屬性值

預設值 = false

備註

若為 true,則此屬性表示 true 1:1 關聯性。

適用於