Compartir a través de


RuntimeKey.IReadOnlyKey.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.IReadOnlyEntityType Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey.DeclaringEntityType { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey.DeclaringEntityType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType
 ReadOnly Property DeclaringEntityType As IReadOnlyEntityType Implements IReadOnlyKey.DeclaringEntityType

Valor de propiedad

Implementaciones

Atributos

Se aplica a