IConventionForeignKey.PrincipalToDependent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the navigation property on the principal entity type that points to the dependent entity.
public Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation PrincipalToDependent { get; }
public Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation? PrincipalToDependent { get; }
member this.PrincipalToDependent : Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation
Public ReadOnly Property PrincipalToDependent As IConventionNavigation