NpgsqlParameterCollection.RemoveAt Method (String)
      
     
    
       Removes the specified NpgsqlParameter from the collection using the parameter name. 
      
        [Visual Basic]
        Overrides Overloads Public Sub RemoveAt( _
   ByVal 
parameterName As 
String _
) _
 
      
        [C#]
        public override 
void RemoveAt(   
string parameterName);
 
      Parameters
      
        - 
          parameterName
        
- The name of the NpgsqlParameter object to retrieve.
Implements
      
        IDataParameterCollection.RemoveAt
      
      See Also
      
        NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.RemoveAt Overload List