Share via


DataServiceCollection<T>.Detach Method

Definition

Disables the DataServiceContext tracking of all items in the collection.

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

Remarks

All the entitities in the root collection and all it's related objects will be untracked at the end of this operation.

Applies to