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

Query.OrderByAsc - метод Смотри также  Terrasoft.Core.DB - пространство имен > Query - класс : OrderByAsc - метод C#

Glossary Item Box

Список перегрузок

ПерегрузкаОписание
OrderByAsc(String)Sorts query results in the ascending order by the column with the specified alias.  
OrderByAsc(String,String)Sorts the query results in the ascending order by the column with the specified alias from the specified source.  
OrderByAsc(Select)Sorts the query results in the ascending order, using the results of the passed-in select subquery as the sort key.  
OrderByAsc(Query)Sorts the query results in the ascending order, using the results of the passed-in random subquery as the sort key.  
OrderByAsc(QueryColumnExpression)Sorts the query results in the ascending order, using the value of the passed-in expression as the sort key.  
OrderByAsc(IQueryColumnExpressionConvertible)Sorts the query results in the ascending order, using the value of the passed-in expression as the sort key.  

Смотри также

© Terrasoft 2002-2017.

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

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