ObjectSet<TEntity>.ApplyCurrentValues(TEntity) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將純量值從提供的物件複製到 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 包裝函式。