Database Objects
Hi-Integrity Systems
HomeVB6 Documentation › DBO.ObjectsDeleteAll

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)