IForeignKey.PrincipalToDependent Property

Definition

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

public Microsoft.EntityFrameworkCore.Metadata.INavigation PrincipalToDependent { get; }
public Microsoft.EntityFrameworkCore.Metadata.INavigation? PrincipalToDependent { get; }
member this.PrincipalToDependent : Microsoft.EntityFrameworkCore.Metadata.INavigation
Public ReadOnly Property PrincipalToDependent As INavigation

Property Value

Applies to