IForeignKey.DependentToPrincipal Property

Definition

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

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

Property Value

Applies to