EntityEntry(InternalEntityEntry) Constructeur

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.

public EntityEntry (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry internalEntry);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public EntityEntry (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry internalEntry);
new Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry -> Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry -> Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry
Public Sub New (internalEntry As InternalEntityEntry)

Paramètres

internalEntry
Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
Attributs

S’applique à