FunctionGroupByT Method

Returns the value by which a grouping was made.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
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