다음을 통해 공유


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입니다.

적용 대상