DataServiceContext.ApplyingChanges 屬性
取得值,該值指出 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。