DataServiceContext が追跡対象オブジェクトに現在変更を適用しているかどうかを示す値を取得します。
名前空間: System.Data.Services.Client
アセンブリ: Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)
構文
'宣言
Public Property ApplyingChanges As Boolean
Get
Friend Set
'使用
Dim instance As DataServiceContext
Dim value As Boolean
value = instance.ApplyingChanges
public bool ApplyingChanges { get; internal set; }
public:
property bool ApplyingChanges {
bool get ();
internal: void set (bool value);
}
member ApplyingChanges : bool with get, internal set
function get ApplyingChanges () : boolean
internal function set ApplyingChanges (value : boolean)
プロパティ値
型: System.Boolean
変更が現在適用されている場合は true を返します。それ以外の場合は false を返します。