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: 6.0.0
Syntax
public override void AddRange(
	Array values
)

Parameters

values  Array
An array of values of type SphinxQLParameter to add to the collection.
See Also