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

Query.OrderBy(OrderDirectionStrict,IQueryColumnExpressionConvertible) - метод Смотри также  Terrasoft.Core.DB - пространство имен > Query - класс > OrderBy - метод : OrderBy(OrderDirectionStrict,IQueryColumnExpressionConvertible) - метод C#

direction
The sorting order for the query results.
expression
The expression whose value is used as the sort key.

Glossary Item Box

Sorts the query results in the specified order, using the value of the passed-in expression as the sort key.

Синтаксис

public Query OrderBy( 
   OrderDirectionStrict direction, 
   IQueryColumnExpressionConvertible expression 
)

Параметры

direction
The sorting order for the query results.
expression
The expression whose value is used as the sort key.

Тип возвращаемого значения

The current Query instance.

Смотри также

© Terrasoft 2002-2017.

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

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