RuntimeForeignKey.IReadOnlyForeignKey.DependentToPrincipal Property

Definition

Gets the navigation property on the dependent entity type that points to the principal entity.

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

Property Value

Implements

Attributes

Applies to