RuntimeForeignKey.IForeignKey.DependentToPrincipal Property

Definition

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

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

Property Value

Implements

Attributes

Applies to