FunctionGroup ByT Method
Returns the value by which a grouping was made.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The value by which a grouping was made.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public static T GroupBy<T>()
VB
Public Shared Function GroupBy(Of T) As TType Parameters
- T
- The type of the value.
Return Value
TThe value by which a grouping was made.