 | SphinxQLParameter Constructor (String, Object, SphinxType) |
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic SphinxQLParameter(
string parameterName,
Object value,
SphinxType sphinxType
)
Public Sub New (
parameterName As String,
value As Object,
sphinxType As SphinxType
)
Parameters
- parameterName
- Type: SystemString
Name of the parameter. - value
- Type: SystemObject
The value of the parameter. - sphinxType
- Type: SphinxConnector.SphinxQLSphinxType
The type of the parameter.
See Also