DatabaseForeignKey.OnDelete Property

Definition

The action performed by the database when a row constrained by this foreign key is deleted, or null if there is no action defined.

C#
public virtual Microsoft.EntityFrameworkCore.Migrations.ReferentialAction? OnDelete { get; set; }

Property Value

Applies to

Toode Versioonid
Entity Framework Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0