AddParam Method
Description
Adds a new parameter to the object.
Syntax
Visual Basic
Public Sub AddParam( _
   ByVal ParamName As String, _
   ByVal ParamType As String _
) 
Parameters
ParamName
The name of the new parameter.
ParamType
Always pass the string "Text".
See Also