VistaDB 6
VistaDB.Provider Namespace / VistaDBParameterCollection Class / Item Property / Item(String) Property
The name of the parameter.


In This Topic
    Item(String) Property
    In This Topic
    Gets and sets the VistaDBParameter with the specified name.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Property Item( _
       ByVal parameterName As System.String _
    ) As VistaDBParameter
    'Usage
     
    
    Dim instance As VistaDBParameterCollection
    Dim parameterName As System.String
    Dim value As VistaDBParameter
     
    instance.Item(parameterName) = value
     
    value = instance.Item(parameterName)
    public new VistaDBParameter Item( 
       System.string parameterName
    ) {get; set;}

    Parameters

    parameterName
    The name of the parameter.

    Property Value

    The VistaDBParameter with the specified name, or a null reference (Nothing in Visual Basic) if the parameter is not found.
    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