AddParam Method
Description
Adds new parameter to Command object.
Syntax
Visual Basic
Public Sub AddParam( _
   ByVal Name As String, _
   ByVal InitialValue As Variant _
) 
Parameters
Name
The name of the new parameter.
InitialValue
The initial value.
See Also