ParamName Property
Description
Gets the parameter name.
Property type
Read-only property
Syntax
Visual Basic
Public Property ParamName( _
   ByVal nPosition As Long _
) As String
Parameters
nPosition
The  index (zero-based) of parameter in the list of all parameters found in the Text.
See Also