NpgsqlParameterCollection.Item Property
					
      
      [This is preliminary documentation and subject to change.]
     
    
       Gets the NpgsqlParameter with the specified name. 
      
        [Visual Basic]
        
        <Browsable(Browsable=False)>
        <DesignerSerializationVisibility(Visibility=(DesignerSerializationVisibility.Hidden))>
Overloads Public Default Property Item( _
   ByVal 
parameterName As 
String _
) As 
NpgsqlParameter 
      
        [C#]
        
        [Browsable(Browsable=False)]
        [DesignerSerializationVisibility(Visibility=(DesignerSerializationVisibility.Hidden))]
public 
NpgsqlParameter this[   
string parameterName] {get; set;}
 
      
      
      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