DataServiceCollection<T>.Detach 方法

定义

禁止 DataServiceContext 跟踪集合中的所有项。

public:
 void Detach();
public void Detach ();
member this.Detach : unit -> unit
Public Sub Detach ()

注解

Detach 方法只能在 DataServiceCollection<T> 是根集合时调用。

在属于根集合的集合上调用 Detach 方法时,也将停止对数据图中所有相关对象进行的跟踪。

适用于