Click or drag to resize

SphinxQLParameter(String, SphinxType) 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,
	SphinxType sphinxType
)

Parameters

parameterName  String
Name of the parameter.
sphinxType  SphinxType
The type of the parameter.
See Also