Sdílet prostřednictvím


DeleteBehaviorAttribute Třída

Definice

Konfiguruje vlastnost navigace na závislé straně relace tak, aby indikovala, jak se operace odstranění použije u závislých entit v relaci, když je odstraněna nebo relace je přerušena.

[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
Dědičnost
DeleteBehaviorAttribute
Atributy

Poznámky

Další informace a příklady najdete v tématu Modelování typů entit a relací .

Konstruktory

DeleteBehaviorAttribute(DeleteBehavior)

Inicializuje novou instanci DeleteBehaviorAttribute třídy .

Vlastnosti

Behavior

DeleteBehavior Získá , aby se konfiguroval.

Platí pro