SphinxQLParameter(String, Object) Constructor

Initializes a new instance of the SphinxQLParameter class.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxQLParameter(
	string parameterName,
	Object value
)

Parameters

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

See Also