Click or drag to resize

SphinxQLParameterCollectionItem(Int32) Property

Gets or sets the SphinxQLParameter at the specified index.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public SphinxQLParameter this[
	int index
] { get; set; }

Parameters

index  Int32
 

Property Value

SphinxQLParameter
See Also