RuntimeForeignKey.IReadOnlyForeignKey.DeleteBehavior Property

Definition

Gets 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.

Microsoft.EntityFrameworkCore.DeleteBehavior Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey.DeleteBehavior { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey.DeleteBehavior : Microsoft.EntityFrameworkCore.DeleteBehavior
 ReadOnly Property DeleteBehavior As DeleteBehavior Implements IReadOnlyForeignKey.DeleteBehavior

Property Value

Implements

Attributes

Applies to