Freigeben über


DataServiceCollection<T>.Clear-Methode (Boolean)

Entfernt alle Elemente aus der Auflistung und trennt alle Elemente optional vom DataServiceContext.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Sub Clear ( _
    stopTracking As Boolean _
)
'Usage
Dim instance As DataServiceCollection
Dim stopTracking As Boolean

instance.Clear(stopTracking)
public void Clear(
    bool stopTracking
)
public:
void Clear(
    bool stopTracking
)
member Clear : 
        stopTracking:bool -> unit 
public function Clear(
    stopTracking : boolean
)

Parameter

Hinweise

Wenn ein Element getrennt wird, werden alle verknüpften Objekte im Datendiagramm auch vom DataServiceContext getrennt.

Siehe auch

Verweis

DataServiceCollection<T> Klasse

Clear-Überladung

System.Data.Services.Client-Namespace