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

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

Clears the IndexedList in memory only.
Declaration Syntax
C#
public void Clear()
Remarks
Clear does NOT delete the contained persistent objects from the database, whereas Remove and RemoveAll does. You can use Clear to empty objects retrieved from a "many" collection from the list. This also removes any Dictionary indexes which may have been created.

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