RuntimeForeignKey.IForeignKey.PrincipalToDependent Property

Definition

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

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

Property Value

Implements

Attributes

Applies to