CqlParameterCollectionAddRange Method  | 
 
            Adds an array of items with the specified values 
            to the DbParameterCollection.
            
 
    Namespace: 
   Cassandra.Data
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.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