Sphinx QLParameter CollectionAdd(String, Object, Sphinx Type) Method
Adds a SphinxQLParameter to the SphinxQLParameterCollection given the parameter name,
the value and the data type.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
A new SphinxQLParameter object.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxQLParameter Add(
string parameterName,
Object value,
SphinxType type
)VB
Public Function Add (
parameterName As String,
value As Object,
type As SphinxType
) As SphinxQLParameterParameters
- parameterName String
- The name of the parameter.
- value Object
- The value.
- type SphinxType
- One the SphinxType values.
Return Value
SphinxQLParameterA new SphinxQLParameter object.