IDatabaseObjects
IDatabaseObjects_TableName As String
This function should return the name of the table associated with this collection. This function should almost always be implemented.
'Products class
Private Function IDatabaseObjects_TableName() As String
    IDatabaseObjects_TableName = "Products"
End Function
This interface function/property is utilised by the following functions:
Object, ObjectSave, ObjectByKey,
      ObjectByOrdinal, ObjectExists, ObjectDelete, ObjectsCount, ObjectsSearch,
      ObjectFromRecordset, 
  Quickstart Guides
  Tutorials
  Downloads
  Help