IChangeTracking.IsChanged 属性

定义

获取对象更改后的状态。

public:
 property bool IsChanged { bool get(); };
public bool IsChanged { get; }
member this.IsChanged : bool
Public ReadOnly Property IsChanged As Boolean

属性值

true 如果对象的内容自上次调用 AcceptChanges()以来发生了更改,则为 ;否则为 false

适用于