Gets or sets the group by function. Default is Day.

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

Syntax

C#
public SphinxGroupByFunction GroupByFunction { get; set; }
Visual Basic
Public Property GroupByFunction As SphinxGroupByFunction
	Get
	Set

Field Value

The group by function.

See Also