IDatabaseObjects
IDatabaseObjects_ItemInstance As IDatabaseObject
This function should return an instance of the class that is associated with this collection of objects. The associated class must implement the IDatabaseObject interface.
Private Function IDatabaseObjects_ItemInstance() As DBO.IDatabaseObject
Set IDatabaseObjects_ItemInstance = New Product
End Function
This interface function/property is utilised by the following functions:
Object, ObjectByKey,
ObjectByOrdinal, ObjectsSearch, ObjectsCollection, ObjectFromRecordset,
ObjectFromFieldValues