 | SphinxQLParameterCollectionAddRange Method |
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override void AddRange(
Array values
)
Public Overrides Sub AddRange (
values As Array
)
Parameters
- values
- Type: SystemArray
An array of values of type SphinxQLParameter to add to the collection.
See Also