IMutableForeignKey.PrincipalEntityType Property

Definition

Gets the principal entity type that this relationship targets. This may be different from the type that PrincipalKey is defined on when the relationship targets a derived type in an inheritance hierarchy (since the key is defined on the base type of the hierarchy).

public Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType PrincipalEntityType { get; }
member this.PrincipalEntityType : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType
Public ReadOnly Property PrincipalEntityType As IMutableEntityType

Property Value

Applies to