Gets or sets the select clause. Default is "*";

Namespace: Gronewold.SphinxConnector
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

C#
public string Select { get; set; }
Visual Basic
Public Property Select As String
	Get
	Set

Field Value

The select clause.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionvalue is null.
System..::..NotSupportedExceptionVersion is less than 0.9.9.

See Also