NpgsqlParameterCollection.RemoveAt Method (Int32)
      
     
    
       Removes the specified NpgsqlParameter from the collection using a specific index. 
      
        [Visual Basic]
        Overrides Overloads Public Sub RemoveAt( _
   ByVal 
index As 
Integer _
) _
 
      
        [C#]
        public override 
void RemoveAt(   
int index);
 
      Parameters
      
        - 
          index
        
- The zero-based index of the parameter.
Implements
      
        IList.RemoveAt
      
      See Also
      
        NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.RemoveAt Overload List