C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataCommandBuilder Class / GetParameterName Method / GetParameterName(Int32) Method

In This Topic
GetParameterName(Int32) Method
In This Topic
Returns the name of the specified parameter in the format of p*#*. Use when building a custom command builder.
Syntax
'Declaration
 
Protected Overloads Function GetParameterName( _
   ByVal parameterOrdinal As Integer _
) As String
 

Parameters

parameterOrdinal
See Also