Click or drag to resize

SphinxQLParameterCollectionAdd Method (String, Object, SphinxType)

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: 5.3.0
Syntax
public SphinxQLParameter Add(
	string parameterName,
	Object value,
	SphinxType type
)

Parameters

parameterName
Type: SystemString
The name of the parameter.
value
Type: SystemObject
The value.
type
Type: SphinxConnector.SphinxQLSphinxType
One the SphinxType values.

Return Value

Type: SphinxQLParameter
A new SphinxQLParameter object.
See Also