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: 5.3.0
Syntax
public SphinxQLParameter this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: SphinxQLParameter
See Also