SphinxQLParameterCollectionIndexOf(String) Method

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

Definition

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

Parameters

parameterName  String
The name of the SphinxQLParameter object in the collection.

Return Value

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

Implements

IDataParameterCollectionIndexOf(String)

See Also