DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / Item Property / Item(String) Property
The name of the parameter.

In This Topic
    Item(String) Property
    In This Topic
    Gets and sets the DbParameter with the specified name.
    Syntax
    'Declaration
     
    Public Overloads Shadows Property Item( _
       ByVal paramName As String _
    ) As DbParameter
    public new DbParameter Item( 
       string paramName
    ) {get; set;}

    Parameters

    paramName
    The name of the parameter.

    Property Value

    The DbParameter with the specified name.
    See Also