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