Sphinx QLParameter CollectionAdd Range 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
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override void AddRange(
Array values
)VB
Public Overrides Sub AddRange (
values As Array
)Parameters
- values Array
- An array of values of type SphinxQLParameter to add to the collection.