Persistate API documentation
RemoveAll Method
NamespacesPersistateIndexedList<(Of <(<'T>)>)>RemoveAll()()()()

[This is preliminary documentation and is subject to change.]

Removes all objects from the collection.
Declaration Syntax
C#
public void RemoveAll()
Remarks
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.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)