ADODB Object
 
Syntax
 
Parameters.Delete Index
 
Description
The Delete method deletes a Parameter object from the Parameters Collection.
 
Parameter
Description
Index
The Index parameter is either the name property or the ordinal position (index) in the collection of the Parameter object.
See Also
 
Example
 
objCommand.Parameters.Delete 3