IForeignKeyConstraint.OnDeleteAction Property

Definition

Gets the action to be performed when the referenced row is deleted.

public Microsoft.EntityFrameworkCore.Migrations.ReferentialAction OnDeleteAction { get; }
member this.OnDeleteAction : Microsoft.EntityFrameworkCore.Migrations.ReferentialAction
Public ReadOnly Property OnDeleteAction As ReferentialAction

Property Value

Applies to