Sphinx QLParameter(String, 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,
SphinxType sphinxType
)VB
Public Sub New (
parameterName As String,
sphinxType As SphinxType
)Parameters
- parameterName String
- Name of the parameter.
- sphinxType SphinxType
- The type of the parameter.