ObjectSet<TEntity>.ApplyCurrentValues(TEntity) 方法

定義

將純量值從提供的物件複製到 ObjectContext 中具有相同索引鍵的物件。

public:
 TEntity ApplyCurrentValues(TEntity currentEntity);
public TEntity ApplyCurrentValues (TEntity currentEntity);
member this.ApplyCurrentValues : 'Entity -> 'Entity
Public Function ApplyCurrentValues (currentEntity As TEntity) As TEntity

參數

currentEntity
TEntity

具有要套用至原始物件之屬性更新的已中斷連結物件。 currentEntity 的實體索引鍵必須符合 EntityKey 中項目的 ObjectContext 屬性。

傳回

TEntity

更新的物件。

備註

這個方法是方法的 ApplyCurrentValues 包裝函式。

適用於

另請參閱