|  | SphinxQLParameter Constructor (String, Object) | 
  
    Namespace: 
   SphinxConnector.SphinxQL
    Assembly:
   SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
 Syntax
Syntaxpublic SphinxQLParameter(
	string parameterName,
	Object value
)
Public Sub New ( 
	parameterName As String,
	value As Object
)
Parameters
- parameterName
- Type: SystemString
 Name of the parameter.
- value
- Type: SystemObject
 The value of the parameter.
 See Also
See Also