Click or drag to resize

SphinxQLParameterCollectionIndexOf Method (String)

Returns the index of the SphinxQLParameter object with the specified name.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public override int IndexOf(
	string parameterName
)

Parameters

parameterName
Type: SystemString
The name of the SphinxQLParameter object in the collection.

Return Value

Type: Int32
The index of the SphinxQLParameter object with the specified name.

Implements

IDataParameterCollectionIndexOf(String)
See Also