Share via


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 を返します。

適用対象