Compartir a través de


RuntimeIndex.IIndex.DeclaringEntityType Propiedad

Definición

Obtiene el tipo de entidad en el que se define el índice. Esto puede ser diferente del tipo definido en cuando el índice 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.IIndex.DeclaringEntityType { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IIndex.DeclaringEntityType : Microsoft.EntityFrameworkCore.Metadata.IEntityType
 ReadOnly Property DeclaringEntityType As IEntityType Implements IIndex.DeclaringEntityType

Valor de propiedad

Implementaciones

Atributos

Se aplica a