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

Parameters

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

See Also