DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceCommandBuilder 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
    protected string GetParameterName( 
       int parameterOrdinal
    )

    Parameters

    parameterOrdinal
    See Also