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

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public override void AddRange(
	Array values
)

Parameters

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