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

Parameters

name
Type: SystemString

Property Value

Type: SphinxQLParameter
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
See Also