IReadOnlyForeignKey.DependentToPrincipal Property

Definition

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

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

Property Value

Applies to