SphinxQLParameterCollectionRemove Method

Removes the specified SphinxQLParameter object from the collection.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override void Remove(
	Object value
)

Parameters

value  Object
The SphinxQLParameter object to remove.

See Also