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 table's entire contents.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public void ObjectsDeleteAll(
	IDatabaseObjects objCollection
)
Visual Basic
Public Sub ObjectsDeleteAll ( _
	objCollection As IDatabaseObjects _
)
Visual C++
public:
void ObjectsDeleteAll(
	IDatabaseObjects^ objCollection
)

Parameters

objCollection
Type: DatabaseObjects..::..IDatabaseObjects
The collection from which all objects are to be deleted.

See Also