Click or drag to resize

SphinxSearchOptionsGroupSort Property

Gets or sets the group sort clause. Default is @group desc.

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

Property Value

Type: String
The group sort clause.
See Also