SphinxQLParameterCollectionItem(String) Property

Gets or sets the SphinxQLParameter with the specified name.

Definition

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

Parameters

name  String
 

Property Value

SphinxQLParameter

Exceptions

See Also