Click or drag to resize

SphinxQLParameterCollectionRemoveAt(String) Method

Removes the SphinxQLParameter object with the specified name from the collection.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override void RemoveAt(
	string parameterName
)

Parameters

parameterName  String
The name of the SphinxQLParameter object to remove.

Implements

IDataParameterCollectionRemoveAt(String)
See Also