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: 6.0.0
Syntax
public static T GroupBy<T>()

Type Parameters

T
The type of the value.

Return Value

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