DatabaseObjects
ObjectsDeleteAll(ByVal objCollection As IDatabaseObjects)
ObjectsDeleteAll deletes all of the objects in the collection. If IDatabaseObjects_Subset has been implemented then only the objects within the subset are deleted, not the entire table.
'Delete all of the products in the table
DBO.ObjectsDeleteAll(objGlobalProductsInstance)
		
  Quickstart Guides
  Tutorials
  Downloads
  Help