ObjectStateEntry.CurrentValues 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与此 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
- 属性