VistaDB 6
VistaDB.Provider Namespace / VistaDBCommandBuilder Class / GetParameterName Method / GetParameterName(Int32) Method
The number to be included as part of the parameter's name.


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 Overrides NotOverridable Function GetParameterName( _
       ByVal parameterOrdinal As System.Integer _
    ) As System.String
    'Usage
     
    
    Dim instance As VistaDBCommandBuilder
    Dim parameterOrdinal As System.Integer
    Dim value As System.String
     
    value = instance.GetParameterName(parameterOrdinal)
    protected override System.string GetParameterName( 
       System.int parameterOrdinal
    )

    Parameters

    parameterOrdinal
    The number to be included as part of the parameter's name.

    Return Value

    The name of the parameter with the specified number appended as part of the parameter name.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also