Click or drag to resize
SphinxQLParameterCollectionIndexOf Method (Object)
Returns the index of the specified SphinxQLParameter object.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public override int IndexOf(
	Object value
)

Parameters

value
Type: SystemObject
The SphinxQLParameter object in the collection.

Return Value

Type: Int32
The index of the specified SphinxQLParameter object.

Implements

IListIndexOf(Object)
See Also