AddRange Method (SqlParameterCollection)
 
            
                In This Topic
            
            Adds the specified array of 
SqlParameter objects to the 
SqlParameterCollection.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overrides Sub AddRange( _
   ByVal  As Array _
) 
             
        
            
            public override void AddRange( 
   Array 
)
             
        
             
        
            Parameters
- values
 
- Array of SqlParameter objects to be added to the SqlParameterCollection.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also