SphinxQLParameterCollectionInsert 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
C#
public override void Insert(
	int index,
	Object value
)

Parameters

index  Int32
The index at which to insert the SphinxQLParameter object.
value  Object
The SphinxQLParameter object to insert into the collection.

See Also