Click or drag to resize

SphinxQLParameterCollectionRemoveAt Method (String)

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

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

Parameters

parameterName
Type: SystemString
The name of the SphinxQLParameter object to remove.

Implements

IDataParameterCollectionRemoveAt(String)
See Also