Click or drag to resize
SphinxSearchOptionsSelect Property
Gets or sets the select clause. Default is "*";

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public string Select { get; set; }

Property Value

Type: String
The select clause.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
See Also