EntityEntryGraphNode Constructeurs
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.
Surcharges
EntityEntryGraphNode(InternalEntityEntry, INavigation) |
Cette API prend en charge l’infrastructure Entity Framework Core et n’est pas destinée à être utilisée directement à partir de votre code. Cette API pourra être changée ou supprimée dans les versions ultérieures. |
EntityEntryGraphNode(InternalEntityEntry, InternalEntityEntry, INavigation) |
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 sachant que cela peut entraîner des échecs d’application lors de la mise à jour vers une nouvelle version d’Entity Framework Core. |
EntityEntryGraphNode(InternalEntityEntry, InternalEntityEntry, INavigationBase) |
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 sachant que cela peut entraîner des échecs d’application lors de la mise à jour vers une nouvelle version d’Entity Framework Core. |
EntityEntryGraphNode(InternalEntityEntry, INavigation)
Cette API prend en charge l’infrastructure Entity Framework Core et n’est pas destinée à être utilisée directement à partir de votre code. Cette API pourra être changée ou supprimée dans les versions ultérieures.
public EntityEntryGraphNode (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry internalEntityEntry, Microsoft.EntityFrameworkCore.Metadata.INavigation inboundNavigation);
new Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * Microsoft.EntityFrameworkCore.Metadata.INavigation -> Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode
Public Sub New (internalEntityEntry As InternalEntityEntry, inboundNavigation As INavigation)
Paramètres
- internalEntityEntry
- Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
- inboundNavigation
- INavigation
S’applique à
EntityEntryGraphNode(InternalEntityEntry, InternalEntityEntry, INavigation)
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 sachant que cela peut entraîner des échecs d’application lors de la mise à jour vers une nouvelle version d’Entity Framework Core.
public EntityEntryGraphNode (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry entry, Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry sourceEntry, Microsoft.EntityFrameworkCore.Metadata.INavigation inboundNavigation);
[System.Diagnostics.DebuggerStepThrough]
public EntityEntryGraphNode (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry entry, Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry sourceEntry, Microsoft.EntityFrameworkCore.Metadata.INavigation inboundNavigation);
[System.Diagnostics.DebuggerStepThrough]
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public EntityEntryGraphNode (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry entry, Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry sourceEntry, Microsoft.EntityFrameworkCore.Metadata.INavigation inboundNavigation);
new Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * Microsoft.EntityFrameworkCore.Metadata.INavigation -> Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode
[<System.Diagnostics.DebuggerStepThrough>]
new Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * Microsoft.EntityFrameworkCore.Metadata.INavigation -> Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode
[<System.Diagnostics.DebuggerStepThrough>]
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * Microsoft.EntityFrameworkCore.Metadata.INavigation -> Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode
Public Sub New (entry As InternalEntityEntry, sourceEntry As InternalEntityEntry, inboundNavigation As INavigation)
Paramètres
- entry
- Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
- sourceEntry
- Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
- inboundNavigation
- INavigation
- Attributs
S’applique à
EntityEntryGraphNode(InternalEntityEntry, InternalEntityEntry, INavigationBase)
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 sachant que cela peut entraîner des échecs d’application lors de la mise à jour vers une nouvelle version d’Entity Framework Core.
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
[System.Diagnostics.DebuggerStepThrough]
public EntityEntryGraphNode (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry entry, Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry sourceEntry, Microsoft.EntityFrameworkCore.Metadata.INavigationBase inboundNavigation);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
[System.Diagnostics.DebuggerStepThrough]
public EntityEntryGraphNode (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry entry, Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry? sourceEntry, Microsoft.EntityFrameworkCore.Metadata.INavigationBase? inboundNavigation);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
[<System.Diagnostics.DebuggerStepThrough>]
new Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * Microsoft.EntityFrameworkCore.Metadata.INavigationBase -> Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode
Public Sub New (entry As InternalEntityEntry, sourceEntry As InternalEntityEntry, inboundNavigation As INavigationBase)
Paramètres
- entry
- Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
- sourceEntry
- Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
- inboundNavigation
- INavigationBase
- Attributs