VistaDB 6
VistaDB.Provider Namespace / VistaDBCommandBuilder Class / GetParameterName Method / GetParameterName(String) Method
The partial name of the parameter.


In This Topic
    GetParameterName(String) Method
    In This Topic
    Returns the full parameter name, given the partial parameter name.
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides NotOverridable Function GetParameterName( _
       ByVal parameterName As System.String _
    ) As System.String
    'Usage
     
    
    Dim instance As VistaDBCommandBuilder
    Dim parameterName As System.String
    Dim value As System.String
     
    value = instance.GetParameterName(parameterName)
    protected override System.string GetParameterName( 
       System.string parameterName
    )

    Parameters

    parameterName
    The partial name of the parameter.

    Return Value

    The full parameter name corresponding to the partial parameter name requested.
    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