ParamType Property
Description
The data type of the specified parameter. The index is 0-based.
Property type
Read-only property
Syntax
Visual Basic
Public Property ParamType( _
   ByVal Index As Long _
) As Long
Parameters
Index
The parameter index. The index is 0-based.
See Also