NpgsqlParameterCollection.Remove Method 
      
      [This is preliminary documentation and subject to change.]
     
    
       Removes the specified NpgsqlParameter from the collection. 
      
        [Visual Basic]
        NotOverridable Public Sub Remove( _
   ByVal 
value As 
Object _
) Implements _
   IList.Remove
 
      
      Parameters
      
        - 
          value
        
- The NpgsqlParameter to remove from the collection.
Implements
      
        IList.Remove
      
      See Also
      
        NpgsqlParameterCollection Class | Npgsql Namespace