 | FunctionGroupByT Method |
Returns the value by which a grouping was made.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
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