Compartir a través de


ReferenceNavigationBuilder.RelatedEntityType Propiedad

Definición

Se trata de una API interna que admite la infraestructura de Entity Framework Core y no está sujeta a los mismos estándares de compatibilidad que las API públicas. Se puede cambiar o quitar sin previo aviso en ninguna versión. Solo debe usarlo directamente en el código con extrema precaución y saber que hacerlo puede provocar errores en la aplicación al actualizar a una nueva versión de 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

Valor de propiedad

Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType
Atributos

Se aplica a