IConventionForeignKey.DependentToPrincipal Property

Definition

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

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

Property Value

Applies to