 | SphinxQLParameterCollectionAddRange Method |
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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