IReadOnlyForeignKey.PrincipalEntityType プロパティ

定義

このリレーションシップが対象とするプリンシパル エンティティ型を取得します。 これは、リレーションシップが PrincipalKey 継承階層の派生型を対象とする場合に定義される型とは異なる場合があります (キーは階層の基本型で定義されているため)。

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

プロパティ値

適用対象