Gets the name of a parameter.
Syntax
result = object.ParameterName (parameterIndex)
The ParameterName method syntax has the following parts:
Part |
Description |
result |
A parameter name, which will be an empty string for parameters that are not named. |
object |
An object of type CValue. |
parameterIndex |
An integer index that identifies a parameter uniquely. parameterIndex ranges from 1 to n, where n is the number of parameters. |