共用方式為


ReferenceEntry<TEntity,TProperty>.TargetEntry 屬性

定義

EntityEntry<TEntity>這個導覽目標的實體的 。

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)

屬性值

EntityEntry<TProperty>

擁有此導覽目標的實體專案。

備註

如需詳細資訊和範例,請參閱 在 EF Core 中存取追蹤的實體

適用於