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