共用方式為


ObjectContext.ApplyPropertyChanges(String, Object) 方法

定義

警告

Use ApplyCurrentValues instead

將已中斷連結物件中的屬性變更套用至已經附加至物件內容的物件。

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("Use ApplyCurrentValues instead")]
public virtual void ApplyPropertyChanges (string entitySetName, object changed);
abstract member ApplyPropertyChanges : string * obj -> unit
override this.ApplyPropertyChanges : string * obj -> unit
Public Overridable Sub ApplyPropertyChanges (entitySetName As String, changed As Object)

參數

entitySetName
String

此物件所屬之實體集的名稱。

changed
Object

具有要套用至原始物件之屬性更新的已中斷連結物件。

屬性

例外狀況

當 entitySetName 為 Null 或空字串,或變更為 Null 時。

EntitySet當 from entitySetName 與 物件的 EntityKey 不相符 EntitySet ,或是實體處於 或 Unchanged 以外的狀態 Modified ,或原始物件未附加至內容時。

當 changed 物件的型別與原始物件的型別不同時。

適用於