Sphinx QLParameter(String, Object, Sphinx Type) Constructor
Initializes a new instance of the SphinxQLParameter class.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxQLParameter(
string parameterName,
Object value,
SphinxType sphinxType
)VB
Public Sub New (
parameterName As String,
value As Object,
sphinxType As SphinxType
)Parameters
- parameterName String
- Name of the parameter.
- value Object
- The value of the parameter.
- sphinxType SphinxType
- The type of the parameter.