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
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework