C# Класс Sage.SData.Client.Framework.SDataUri.PropertySort

Order By details
Показать файл Открыть проект

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

Метод Описание
PropertySort ( string property, bool descending ) : System

Initialises a new instance of the PropertySort class.

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

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

Initialises a new instance of the PropertySort class.
public PropertySort ( string property, bool descending ) : System
property string The name of the property.
descending bool The direction.
Результат System