NpgsqlParameterCollection.Add Method (Object)
      
     
    
       Adds the specified NpgsqlParameter object to the NpgsqlParameterCollection. 
      
        [Visual Basic]
        Overrides Overloads Public Function Add( _
   ByVal 
value As 
Object _
) As 
Integer _
 
      
      Parameters
      
        - 
          value
        
- The NpgsqlParameter to add to the collection.
Return Value
      The zero-based index of the new NpgsqlParameter object.
      Implements
      
        IList.Add
      
      See Also
      
        NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.Add Overload List