DeleteParam Method
Description
Deletes the specified parameter from Command object.
Syntax
Visual Basic
Public Sub DeleteParam( _
   ByVal Key As Variant _
) 
Parameters
Key
The parameter index or name. The index is 0-based.
See Also