RuntimeForeignKey.IReadOnlyForeignKey.IsRequiredDependent Property

Definition

Gets a value indicating whether the dependent entity is required. If true, the principal entity must always have a valid dependent entity assigned.

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

Property Value

Implements

Attributes

Applies to