SphinxQLParameterCollectionIndexOf(Object) Method

Returns the index of the specified SphinxQLParameter object.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override int IndexOf(
	Object value
)

Parameters

value  Object
The SphinxQLParameter object in the collection.

Return Value

Int32
The index of the specified SphinxQLParameter object.

See Also