SphinxQLParameterCollectionAddRange Method

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

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override void AddRange(
	Array values
)

Parameters

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

See Also