共用方式為


EntityEntry.CurrentValues 屬性

定義

取得這個實體的目前屬性值。

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.PropertyValues CurrentValues { get; }
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.PropertyValues CurrentValues { [System.Diagnostics.DebuggerStepThrough] get; }
member this.CurrentValues : Microsoft.EntityFrameworkCore.ChangeTracking.PropertyValues
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.CurrentValues : Microsoft.EntityFrameworkCore.ChangeTracking.PropertyValues
Public Overridable ReadOnly Property CurrentValues As PropertyValues

屬性值

目前的值。

屬性

備註

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

適用於