Share via


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。

请参阅

参考

DataServiceContext 类

System.Data.Services.Client 命名空间