Click or drag to resize

SphinxQLParameter(String, Object) Constructor

Initializes a new instance of the SphinxQLParameter class.

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

Parameters

parameterName  String
Name of the parameter.
value  Object
The value of the parameter.
See Also