MetaAssociation.DeleteRule Property

Definition

When overridden in a derived class, gets the behavior when the child is deleted.

public:
 abstract property System::String ^ DeleteRule { System::String ^ get(); };
public abstract string DeleteRule { get; }
member this.DeleteRule : string
Public MustOverride ReadOnly Property DeleteRule As String

Property Value

The string representing the rule, or null if no action is specified on delete.

Remarks

Examples of rules are "CASCADE", "SET NULL", and so forth.

Applies to