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: 3.12.6
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