Click or drag to resize

SphinxQLParameterCollectionAdd(String, Object, SphinxType) Method

Adds a SphinxQLParameter to the SphinxQLParameterCollection given the parameter name, the value and the data type.

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

Parameters

parameterName  String
The name of the parameter.
value  Object
The value.
type  SphinxType
One the SphinxType values.

Return Value

SphinxQLParameter
A new SphinxQLParameter object.
See Also