Sphinx QLParameter CollectionInsert Method
Inserts the specified index of the SphinxQLParameter object with the specified name into the collection at the specified index.
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 Insert(
int index,
Object value
)VB
Public Overrides Sub Insert (
index As Integer,
value As Object
)Parameters
- index Int32
- The index at which to insert the SphinxQLParameter object.
- value Object
- The SphinxQLParameter object to insert into the collection.