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: 5.3.0
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