Compartir a través de


RuntimeKey.IKey.DeclaringEntityType Propiedad

Definición

Obtiene el tipo de entidad en el que se define la clave. Esto puede ser diferente del tipo definido en cuando la clave se define un tipo derivado en una jerarquía de herencia (ya que Properties las propiedades se pueden definir en un tipo base).

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

Valor de propiedad

Implementaciones

Atributos

Se aplica a