Programmer's Guide > Interfaces > TableObjectStore interface > addObject method
  
addObject method
Adds a table object to the store.
addObject(item )
Parameters
TableObjectitem
The table object to be added to the store. If the object is already in the store, the request is ignored.
Returns
void