共用方式為


DataServiceCollection<T>.Detach 方法

定義

停用 DataServiceContext 對集合中之所有項目的追蹤。

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

備註

只有在 Detach 是根集合時才能呼叫 DataServiceCollection<T>方法。

在根集合上呼叫 Detach 方法時,也會停止追蹤資料圖形中的所有相關物件。

適用於