ObjectStateEntry.OriginalValues 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得物件或關聯性的唯讀版原始值。
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public abstract System.Data.Common.DbDataRecord OriginalValues { get; }
member this.OriginalValues : System.Data.Common.DbDataRecord
Public MustOverride ReadOnly Property OriginalValues As DbDataRecord
屬性值
關聯性集項目或實體的原始值的唯讀版本。
實作
System.Data.Entity.Core.IEntityStateEntry.OriginalValues
- 屬性