ObjectStateEntry.CurrentValues 属性

定义

获取与此 ObjectStateEntry 关联的对象或关系的当前属性值。

[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public abstract System.Data.Entity.Core.Objects.CurrentValueRecord CurrentValues { get; }
member this.CurrentValues : System.Data.Entity.Core.Objects.CurrentValueRecord
Public MustOverride ReadOnly Property CurrentValues As CurrentValueRecord

属性值

一个 , CurrentValueRecord 它包含与此 ObjectStateEntry 关联的 对象或关系的当前值。

实现

System.Data.Entity.Core.IEntityStateEntry.CurrentValues
属性

适用于