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