SphinxQLParameterCollectionItem(Int32) Property

Gets or sets the SphinxQLParameter at the specified index.

Definition

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

Parameters

index  Int32
 

Property Value

SphinxQLParameter

See Also