IMutableForeignKey.DependentToPrincipal Property

Definition

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

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

Property Value

Applies to