ObjectStateEntry.CurrentValues 屬性
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
取得與此 ObjectStateEntry 相關聯之物件或關聯性的目前屬性值。
命名空間: System.Data.Entity.Core.Objects
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> _
Public MustOverride ReadOnly Property CurrentValues As CurrentValueRecord
Get
'用途
Dim instance As ObjectStateEntry
Dim value As CurrentValueRecord
value = instance.CurrentValues
[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
public abstract CurrentValueRecord CurrentValues { get; }
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
public:
virtual property CurrentValueRecord^ CurrentValues {
CurrentValueRecord^ get () abstract;
}
[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
abstract CurrentValues : CurrentValueRecord
abstract function get CurrentValues () : CurrentValueRecord
屬性值
類型:System.Data.Entity.Core.Objects.CurrentValueRecord
CurrentValueRecord ,其中包含與此 ObjectStateEntry 相關聯之物件或關聯性的目前值。