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 包装器。
适用于
产品 | 版本 |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |