Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

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.  

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?