DataServiceContext.ApplyingChanges プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DataServiceContextが現在追跡対象オブジェクトに変更を適用しているかどうかを示す値を取得します。
public:
property bool ApplyingChanges { bool get(); };
public bool ApplyingChanges { get; }
member this.ApplyingChanges : bool
Public ReadOnly Property ApplyingChanges As Boolean
プロパティ値
変更が現在適用されているときに true を返します。それ以外の場合は falseを返します。