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: 5.3.0
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