DataServiceCollection<T>.Clear(Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
移除集合中的所有项,并选择性地分离 DataServiceContext 中的所有项。
public:
void Clear(bool stopTracking);
public void Clear (bool stopTracking);
override this.Clear : bool -> unit
Public Sub Clear (stopTracking As Boolean)
参数
- stopTracking
- Boolean
若为 true
,则从 DataServiceContext 中分离所有项。
注解
分离某项后,数据图中的所有相关对象也将从 DataServiceContext 中分离出来。