ADO » Parameters » Delete

Syntax:
Parameters.Delete Index
Index
The Index parameter is either the name property or the ordinal position (index) in the collection of the Parameter object.

The Delete method deletes a Parameter object from the Parameters Collection.

Examples

Code:
objCommand.Parameters.Delete 3