Click or drag to resize
SphinxQLParameterCollectionItem Property (Int32)
Gets or sets the SphinxQLParameter at the specified index.

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

Parameters

index
Type: SystemInt32

Property Value

Type: SphinxQLParameter
See Also