次の方法で共有


ReferenceNavigationBuilder.RelatedEntityType プロパティ

定義

これは Entity Framework Core インフラストラクチャをサポートする内部 API であり、パブリック API と同じ互換性標準の対象ではありません。 いかなるリリースでも予告なく変更または削除される場合があります。 コードで直接使用する場合は、細心の注意を払う必要があります。これを行うと、新しい Entity Framework Core リリースに更新するとアプリケーションエラーが発生する可能性があることを認識してください。

protected virtual Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType RelatedEntityType { get; }
protected virtual Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType RelatedEntityType { [System.Diagnostics.DebuggerStepThrough] get; }
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
protected virtual Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType RelatedEntityType { [System.Diagnostics.DebuggerStepThrough] get; }
member this.RelatedEntityType : Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.RelatedEntityType : Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType
[<get: System.Diagnostics.DebuggerStepThrough>]
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
member this.RelatedEntityType : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType
Protected Overridable ReadOnly Property RelatedEntityType As EntityType
Protected Overridable ReadOnly Property RelatedEntityType As IMutableEntityType

プロパティ値

Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType
属性

適用対象