Click or drag to resize

SphinxSearchOptionsSelect Property

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

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

Property Value

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