Click or drag to resize

SphinxQLParameterCollectionInsert Method

Inserts the specified index of the SphinxQLParameter object with the specified name into the collection at the specified index.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public override void Insert(
	int index,
	Object value
)

Parameters

index
Type: SystemInt32
The index at which to insert the SphinxQLParameter object.
value
Type: SystemObject
The SphinxQLParameter object to insert into the collection.

Implements

IListInsert(Int32, Object)
See Also