SphinxQLParameterCollectionRemoveAt(String) Method

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

Definition

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

Parameters

parameterName  String
The name of the SphinxQLParameter object to remove.

Implements

IDataParameterCollectionRemoveAt(String)

See Also