共用方式為


AssociationAttribute.DeleteOnNull 屬性

定義

處於其外部索引鍵成員都不可為 null 的 1:1 關聯時,若關聯設為 null 則會刪除物件。

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

屬性值

設定為 True 會刪除物件。 預設值是 False

適用於