Click or drag to resize

SphinxQLParameterCollectionItem(String) Property

Gets or sets the SphinxQLParameter with the specified name.

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

Parameters

name  String
 

Property Value

SphinxQLParameter
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
See Also