ReferenceNavigationBuilder.DeclaringEntityType Propriété

Définition

Il s’agit d’une API interne qui prend en charge l’infrastructure Entity Framework Core et qui n’est pas soumise aux mêmes normes de compatibilité que les API publiques. Il peut être modifié ou supprimé sans préavis dans n’importe quelle version. Vous devez uniquement l’utiliser directement dans votre code avec une extrême prudence et en sachant que cela peut entraîner des échecs d’application lors de la mise à jour vers une nouvelle version d’Entity Framework Core.

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

Valeur de propriété

Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType
Attributs

S’applique à