Click or drag to resize
SphinxQLParameterCollectionItem Property (String)
Gets or sets the SphinxQLParameter with the specified name.

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

Parameters

name
Type: SystemString

Property Value

Type: SphinxQLParameter
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
See Also