Freigeben über


IReadOnlyForeignKey.PrincipalToDependent Property

Definition

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

[System.Runtime.CompilerServices.Nullable(2)]
public Microsoft.EntityFrameworkCore.Metadata.IReadOnlyNavigation? PrincipalToDependent { get; }
public Microsoft.EntityFrameworkCore.Metadata.IReadOnlyNavigation? PrincipalToDependent { get; }
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.PrincipalToDependent : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyNavigation
member this.PrincipalToDependent : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyNavigation
Public ReadOnly Property PrincipalToDependent As IReadOnlyNavigation

Property Value

Attributes

Applies to