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

적용 대상