RuntimeForeignKey.IReadOnlyForeignKey.IsOwnership Property

Definition

Gets a value indicating whether this relationship defines an ownership. If true, the dependent entity must always be accessed via the navigation from the principal entity.

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

Property Value

Implements

Attributes

Applies to