PropertyValues.InternalEntry Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.ChangeTracking.Internal.InternalEntityEntry InternalEntry { get; }
protected virtual Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry InternalEntry { [System.Diagnostics.DebuggerStepThrough] get; }
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
protected virtual Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry InternalEntry { [System.Diagnostics.DebuggerStepThrough] get; }
member this.InternalEntry : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.InternalEntry : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
[<get: System.Diagnostics.DebuggerStepThrough>]
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
member this.InternalEntry : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
Protected Overridable ReadOnly Property InternalEntry As InternalEntityEntry
Valeur de propriété
- Attributs