NpgsqlParameterCollection.CopyTo Method (Array, Int32)
      
     
    
       Copies NpgsqlParameter objects from the NpgsqlParameterCollection to the specified array. 
      
        [Visual Basic]
        Overrides Overloads Public Sub CopyTo( _
   ByVal 
array As 
Array, _
   ByVal 
index As 
Integer _
) _
 
      
      Parameters
      
        - 
          array
        
- An Array to which to copy the NpgsqlParameter objects in the collection.
- 
          index
        
- The starting index of the array.
Implements
      
        ICollection.CopyTo
      
      See Also
      
        NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.CopyTo Overload List