RuntimeForeignKey.PrincipalEntityType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 virtual Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType PrincipalEntityType { get; }
member this.PrincipalEntityType : Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType
Public Overridable ReadOnly Property PrincipalEntityType As RuntimeEntityType