DataServiceCollection<T>.Clear(Boolean) 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.
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.