ParamName Property
Description
The parameter name by parameter index. The index is 0-based.
Property type
Read-only property
Syntax
Visual Basic
Public Property ParamName( _
   ByVal Index As Long _
) As String
Parameters
Index
The parameter index.
See Also