 Overload List
Overload List
        
        | Name | Description | |
|---|---|---|
|   | VolatileObjectAdd()()()() | 
 Adds a new object (created via ItemInstance) to the in-memory list, and flags the 
 item to be saved to the database when VolatileObjectsSave() is called. 
 Returns the new object that has been added to the in-memory list.
  | 
|   | VolatileObjectAdd(T) | 
 Adds an item to the in-memory list, and flags the item to be saved to the database 
 when VolatileObjectsSave() is called. 
  | 
|   | VolatileObjectAdd(IDatabaseObject) | 
 Adds an item to the in-memory list, and flags the item to be saved to the database 
 when VolatileObjectsSave() is called. 
 (Inherited from DatabaseObjectsVolatile.) | 
 
     
     
     
     
    