Sphinx QLParameter CollectionRemove At(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
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override void RemoveAt(
string parameterName
)VB
Public Overrides Sub RemoveAt (
parameterName As String
)Parameters
- parameterName String
- The name of the SphinxQLParameter object to remove.