C# Класс Tortuga.Chain.SortExpression

Sort expressions are used for From and FromFunction command builders.
You can implicitly convert strings into sort expressions.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
SortExpression ( string columnName ) : System

Initializes a new instance of the SortExpression class.

SortExpression ( string columnName, SortDirection descending ) : System

Initializes a new instance of the SortExpression class.

Описание методов

SortExpression() публичный Метод

Initializes a new instance of the SortExpression class.
public SortExpression ( string columnName ) : System
columnName string Name of the column to be sorted by.
Результат System

SortExpression() публичный Метод

Initializes a new instance of the SortExpression class.
public SortExpression ( string columnName, SortDirection descending ) : System
columnName string Name of the column to be sorted by.
descending SortDirection if set to true [descending].
Результат System