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

適用於