DbEntityEntry<TEntity>.CurrentValues 属性

定义

获取由此对象表示的跟踪实体的当前属性值。

public System.Data.Entity.Infrastructure.DbPropertyValues CurrentValues { get; }
member this.CurrentValues : System.Data.Entity.Infrastructure.DbPropertyValues
Public ReadOnly Property CurrentValues As DbPropertyValues

属性值

当前值。

适用于