DeleteItem

The DeleteItem method deletes an item from a table.

Applies To

All Table objects

Syntax

objTable.DeleteItem ItemId

Parameters

ItemId
Specifies the identifier of the item to delete.

Remarks

The following sample code deletes the current item from the table:

objTable.DeleteItem
    objTable.Item.ItemId

See Also

DeleteProperties