[This is preliminary documentation and is subject to change.]
Removes all objects from the collection.
| C# |
public void RemoveAll()
For "several" type collections, this will delete all objects in
the collection from persistent storage. For "many" type collections, only
those objects that have been retrieved from persistent storage and are
currently in this IndexedList in memory are deleted.