NpgsqlParameterCollection.Item Property (String)
      
     
    
       Gets the NpgsqlParameter with the specified name. 
      
        [Visual Basic]
        Overloads Public Default Property Item( _
   ByVal 
parameterName As 
String _
) As 
NpgsqlParameter 
      
      
      
      Parameters
      
        - 
          parameterName
        
- The name of the NpgsqlParameter to retrieve.
Property Value
      The NpgsqlParameter with the specified name, or a null reference if the parameter is not found.
      See Also
      
        NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.Item Overload List