Compartilhar via


IReadOnlyForeignKey.DependentToPrincipal Property

Definition

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

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

Property Value

Attributes

Applies to