Sphinx QLParameter CollectionIndex Of(String) Method
Returns the index of the SphinxQLParameter object with the specified name.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The index of the SphinxQLParameter object with the specified name.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override int IndexOf(
string parameterName
)VB
Public Overrides Function IndexOf (
parameterName As String
) As IntegerParameters
- parameterName String
- The name of the SphinxQLParameter object in the collection.
Return Value
Int32The index of the SphinxQLParameter object with the specified name.