Query.OrderBy(OrderDirectionStrict,String,String) - метод Смотри также Terrasoft.Core.DB - пространство имен > Query - класс > OrderBy - метод : OrderBy(OrderDirectionStrict,String,String) - метод C#
- direction
- The sorting order for the query results.
- sourceAlias
- The alias of the source.
- sourceColumnAlias
- The alias of the column by which the sorting is performed.
Glossary Item Box
public Query OrderBy( OrderDirectionStrict direction, string sourceAlias, string sourceColumnAlias )
Параметры
- direction
- The sorting order for the query results.
- sourceAlias
- The alias of the source.
- sourceColumnAlias
- The alias of the column by which the sorting is performed.