Click or drag to resize

SphinxQLParameter Constructor (String, Object)

Initializes a new instance of the SphinxQLParameter class.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public SphinxQLParameter(
	string parameterName,
	Object value
)

Parameters

parameterName
Type: SystemString
Name of the parameter.
value
Type: SystemObject
The value of the parameter.
See Also