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 中访问跟踪的实体

适用于