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