Partager via


ReferenceEntry<TEntity,TProperty>.TargetEntry Propriété

Définition

EntityEntry<TEntity> de l’entité cible par cette navigation.

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry<TProperty> TargetEntry { get; }
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry<TProperty>? TargetEntry { get; }
member this.TargetEntry : Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry<'Property (requires 'Property : null)>
Public Overridable ReadOnly Property TargetEntry As EntityEntry(Of TProperty)

Valeur de propriété

EntityEntry<TProperty>

Entrée pour l’entité qui possède ces cibles de navigation.

Remarques

Pour plus d’informations et d’exemples , consultez Accès aux entités suivies dans EF Core .

S’applique à