Click or drag to resize

FunctionGroupByT Method

Returns the value by which a grouping was made.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public static T GroupBy<T>()

Type Parameters

T
The type of the value.

Return Value

Type: T
The value by which a grouping was made.
See Also