Query.GroupBy - метод Смотри также Terrasoft.Core.DB - пространство имен > Query - класс : GroupBy - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
GroupBy(String) | Groups query results in the descending order by the column with the specified alias. |
GroupBy(String,String) | Groups the query results by the column with the specified alias from the specified source. |
GroupBy(QueryColumnExpression) | Groups the query results, using the value of the passed-in expression as the grouping key. |
GroupBy(IQueryColumnExpressionConvertible) | Groups the query results, using the value of the passed-in expression as the grouping key. |