Deletes an object from the Parameters collection.
Parameters.Delete Index
Using the Delete method on a collection lets you remove one of the objects in the collection. This method is available only on the Parameters collection of a Command object. You must use the Parameter object's Name property or its collection index when calling the Delete methodan object variable is not a valid argument.
Delete Method (ADO Fields Collection) | Delete Method (ADO Recordset) | DeleteRecord Method
Applies To: Parameters Collection