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获取要配置的 。

适用于