共用方式為


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
屬性

適用於