DataServiceCollection<T>.Detach Method

Definition

Disables DataServiceContext tracking of all items in the collection.

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

Remarks

The Detach method can only be called when DataServiceCollection<T> is the root collection.

When the Detach method is called on a collection that is a root collection, tracking is also stopped for all related objects in the data graph.

Applies to