次の方法で共有


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

適用対象