RuntimeForeignKey.IForeignKey.PrincipalKey Property

Definition

Gets the primary or alternate key that the relationship targets.

Microsoft.EntityFrameworkCore.Metadata.IKey Microsoft.EntityFrameworkCore.Metadata.IForeignKey.PrincipalKey { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IForeignKey.PrincipalKey : Microsoft.EntityFrameworkCore.Metadata.IKey
 ReadOnly Property PrincipalKey As IKey Implements IForeignKey.PrincipalKey

Property Value

Implements

Attributes

Applies to