Share via


DataServiceCollection<T>.Clear(Boolean) Method

Definition

Indicates whether all the items from the collection are removed.

public void Clear (bool stopTracking);
override this.Clear : bool -> unit
Public Sub Clear (stopTracking As Boolean)

Parameters

stopTracking
Boolean

true if all the items from the collection are removed; otherwise, false.

Applies to