Sphinx QLParameter CollectionRemove At(Int 32) Method
Removes the SphinxQLParameter object at the specified position 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(
int index
)VB
Public Overrides Sub RemoveAt (
index As Integer
)Parameters
- index Int32
- The index where the SphinxQLParameter object is located.