DataServiceContext.ApplyingChanges 屬性

定義

會得到一個值,表示目前 DataServiceContext 是否正在對追蹤物件套用變更。

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

屬性值

當變更正在應用時回傳 true ;否則回傳 false

適用於