Clears all items in the in-memory list. Items are NOT flagged for deletion and 
 subsequently deleted in VolatileObjectsSave().
 Use VolatileObjectsDeleteAll to for this purpose.
 
        
        Namespace: DatabaseObjectsAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
| C# | 
|---|
protected void VolatileObjectsClear()  | 
| Visual Basic | 
|---|
Protected Sub VolatileObjectsClear  | 
| Visual C++ | 
|---|
protected: void VolatileObjectsClear()  |