IMutableForeignKey.DeleteBehavior Property

Definition

Gets or sets a value indicating how a delete operation is applied to dependent entities in the relationship when the principal is deleted or the relationship is severed.

public Microsoft.EntityFrameworkCore.Metadata.DeleteBehavior DeleteBehavior { get; set; }
public Microsoft.EntityFrameworkCore.DeleteBehavior DeleteBehavior { get; set; }
member this.DeleteBehavior : Microsoft.EntityFrameworkCore.Metadata.DeleteBehavior with get, set
member this.DeleteBehavior : Microsoft.EntityFrameworkCore.DeleteBehavior with get, set
Public Property DeleteBehavior As DeleteBehavior

Property Value

Applies to