Click or drag to resize
CqlParameterCollectionAddRange Method
Adds an array of items with the specified values to the DbParameterCollection.

Namespace: Cassandra.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public override void AddRange(
	Array values
)

Parameters

values
Type: SystemArray
An array of values of type DbParameter to add to the collection.
See Also