DB2®CommandBuilder.GetParameterName(int) Method

Returns the name of the parameter specified by the ordinal value.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Overrides Function GetParameterName ( _
         parmOrdinal As Integer _
) As String
[C#]
public override string GetParameterName (int parmOrdinal)
[C++]
public:
virtual String^ GetParameterName (int parmOrdinal) override
[JScript]
public override function GetParameterName (parmOrdinal : int) : String

Parameters

parmOrdinal
An integer representing a column ordinal.

Return value

The name of the parameter, with the column ordinal appended to the name.