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


In This Topic
    GetParameterPlaceholder Method
    In This Topic
    Returns the placeholder for the parameter in the associated SQL statement.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Function GetParameterPlaceholder( _
       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.GetParameterPlaceholder(parameterOrdinal)
    protected override System.string GetParameterPlaceholder( 
       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.
    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