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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา