Click or drag to resize

CqlParameterCollectionAddRange Method

Adds an array of items with the specified values to the DbParameterCollection.

Namespace:  Dse.Data
Assembly:  Dse (in Dse.dll) Version: 2.9.0
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