CqlParameterCollectionAddRange Method |
Adds an array of items with the specified values
to the DbParameterCollection.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public override void AddRange(
Array values
)
Parameters
- values
- Type: SystemArray
An array of values of type DbParameter
to add to the collection.
See Also