 | FunctionGroupByT Method |
Returns the value by which a grouping was made.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic static T GroupBy<T>()
Public Shared Function GroupBy(Of T) As T
Type Parameters
- T
- The type of the value.
Return Value
Type:
TThe value by which a grouping was made.
See Also