IChangeTracking 接口
定义
定义查询对象更改以及重置更改后的状态的机制。Defines the mechanism for querying the object for changes and resetting of the changed status.
public interface class IChangeTracking
public interface IChangeTracking
type IChangeTracking = interface
Public Interface IChangeTracking
- 派生
属性
| IsChanged |
获取对象更改后的状态。Gets the object's changed status. |
方法
| AcceptChanges() |
通过接受修改将对象的状态重置为更改前的状态。Resets the object's state to unchanged by accepting the modifications. |