RuntimeForeignKey.IReadOnlyForeignKey.PrincipalToDependent Property

Definition

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

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

Property Value

Implements

Attributes

Applies to