DataServiceCollection<T>.Detach Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.