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

适用于