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

适用于