Removes all items from the in-memory list, and flags them to be deleted on the next VolatileObjectsSave(). To clear the list without deleting the objects use VolatileObjectsClear().

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
protected void VolatileObjectsDeleteAll()
Visual Basic
Protected Sub VolatileObjectsDeleteAll
Visual C++
protected:
void VolatileObjectsDeleteAll()

See Also