Share via


DeleteBehaviorAttribute 클래스

정의

관계의 종속적인 쪽에서 탐색 속성을 구성하여 삭제 작업이 삭제되거나 관계가 끊어질 때 관계의 종속 엔터티에 삭제 작업이 적용되는 방식을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class DeleteBehaviorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type DeleteBehaviorAttribute = class
    inherit Attribute
Public NotInheritable Class DeleteBehaviorAttribute
Inherits Attribute
상속
DeleteBehaviorAttribute
특성

설명

자세한 내용 과 예제는 엔터티 형식 및 관계 모델링 을 참조하세요.

생성자

DeleteBehaviorAttribute(DeleteBehavior)

DeleteBehaviorAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

Behavior

구성할 을 DeleteBehavior 가져옵니다.

적용 대상