CqlParameterCollectionAddRange Method  | 
 
            Adds an array of items with the specified values 
            to the DbParameterCollection.
            
 
    Namespace: 
   Dse.Data
    Assembly:
   Dse (in Dse.dll) Version: 2.6.0
Syntaxpublic override void AddRange(
	Array values
)
Parameters
- values
 - Type: SystemArray
            An array of values of type DbParameter 
            to add to the collection. 
             
See Also